Modifier and Type | Field | Description |
---|---|---|
List<Set> |
sets |
|
List<SortedColumn> |
targets |
|
Expr |
targetWhere |
|
Expr |
where |
Constructor | Description |
---|---|
Upsert(List<SortedColumn> targets,
Expr targetWhere,
List<Set> sets,
Expr where) |
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 List<SortedColumn> targets
public final Expr targetWhere
public final Expr where
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.