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