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, wait
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public 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 ToSql
IOException
Copyright © 2018. All rights reserved.