| Modifier and Type | Field | Description |
|---|---|---|
Indexed |
indexed |
|
Limit |
limit |
|
List<SortedColumn> |
orderBy |
|
QualifiedName |
tblName |
|
Expr |
whereClause |
|
With |
with |
| Constructor | Description |
|---|---|
Delete(With with,
QualifiedName tblName,
Indexed indexed,
Expr whereClause,
List<SortedColumn> orderBy,
Limit limit) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSqlpublic final With with
public final QualifiedName tblName
public final Indexed indexed
public final Expr whereClause
public final List<SortedColumn> orderBy
public final Limit limit
public Delete(With with, QualifiedName tblName, Indexed indexed, Expr whereClause, List<SortedColumn> orderBy, Limit limit)
public void toSql(Appendable a) throws IOException
toSql in interface ToSqlIOExceptionCopyright © 2018. All rights reserved.