ToSql, TriggerCmdpublic class InsertTriggerCmd extends Object implements TriggerCmd
| Modifier and Type | Field | Description |
|---|---|---|
List<String> |
columns |
|
ResolveType |
orConflict |
|
Select |
select |
|
String |
tblName |
|
Upsert |
upsert |
| Constructor | Description |
|---|---|
InsertTriggerCmd(ResolveType orConflict,
String tblName,
List<String> columns,
Select select,
Upsert upsert) |
| 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 ResolveType orConflict
public final String tblName
public final Select select
public final Upsert upsert
public void toSql(Appendable a) throws IOException
toSql in interface ToSqlIOExceptionCopyright © 2018. All rights reserved.