ToSql
, TriggerCmd
public class UpdateTriggerCmd extends Object implements TriggerCmd
Modifier and Type | Field | Description |
---|---|---|
ResolveType |
orConflict |
|
List<Set> |
sets |
|
String |
tblName |
|
Expr |
whereClause |
Constructor | Description |
---|---|
UpdateTriggerCmd(ResolveType orConflict,
String tblName,
List<Set> sets,
Expr whereClause) |
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 ResolveType orConflict
public final String tblName
public final Expr whereClause
public UpdateTriggerCmd(ResolveType orConflict, String tblName, List<Set> sets, Expr whereClause)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.