| Modifier and Type | Field | Description |
|---|---|---|
Indexed |
indexed |
|
Limit |
limit |
|
ResolveType |
orConflict |
|
List<SortedColumn> |
orderBy |
|
List<Set> |
sets |
|
QualifiedName |
tblName |
|
Expr |
whereClause |
|
With |
with |
| Constructor | Description |
|---|---|
Update(With with,
ResolveType orConflict,
QualifiedName tblName,
Indexed indexed,
List<Set> sets,
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 ResolveType orConflict
public final QualifiedName tblName
public final Indexed indexed
public final Expr whereClause
public final List<SortedColumn> orderBy
public final Limit limit
public Update(With with, ResolveType orConflict, QualifiedName tblName, Indexed indexed, List<Set> sets, Expr whereClause, List<SortedColumn> orderBy, Limit limit)
public void toSql(Appendable a) throws IOException
toSql in interface ToSqlIOExceptionCopyright © 2018. All rights reserved.