public class Delete extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
Delete(Expression table)
Creates a new instance of
Delete. |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getTable()
Gets the TABLE expression.
|
Expression |
getWhere()
Gets the WHERE expression.
|
String |
translate()
Translates the expression.
|
Delete |
where(Expression where)
Sets the where expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLockpublic Delete(Expression table)
Delete.table - The table.public Delete where(Expression where)
where - The where expression.public Expression getWhere()
public Expression getTable()
public String translate()
Expressiontranslate in class ExpressionCopyright © 2014 Feedzai. All Rights Reserved.