| Constructor and Description |
|---|
Delete() |
public List<OrderByElement> getOrderByElements()
public void setOrderByElements(List<OrderByElement> orderByElements)
public void accept(StatementVisitor statementVisitor)
public Table getTable()
public Expression getWhere()
public void setTable(Table name)
public void setWhere(Expression expression)
public Limit getLimit()
public void setLimit(Limit limit)
public Delete withOrderByElements(List<OrderByElement> orderByElements)
public Delete withWhere(Expression where)
public Delete addTables(Collection<? extends Table> tables)
public Delete addJoins(Collection<? extends Join> joins)
public Delete addOrderByElements(OrderByElement... orderByElements)
public Delete addOrderByElements(Collection<? extends OrderByElement> orderByElements)
public <E extends Expression> E getWhere(Class<E> type)
Copyright © 2004–2021 JSQLParser. All rights reserved.