| Constructor and Description |
|---|
Delete() |
public Delete addWithItemsList(Collection<? extends WithItem> withItemsList)
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 OracleHint getOracleHint()
public void setOracleHint(OracleHint oracleHint)
public Limit getLimit()
public void setLimit(Limit limit)
public boolean isHasFrom()
public void setHasFrom(boolean hasFrom)
public Delete withOrderByElements(List<OrderByElement> orderByElements)
public Delete withWhere(Expression where)
public Delete withHasFrom(boolean hasFrom)
public Delete addTables(Collection<? extends Table> tables)
public Delete addUsingList(Collection<? extends Table> usingList)
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.