Modifier and Type | Field | Description |
---|---|---|
List<TriggerCmd> |
commands |
|
TriggerEvent |
event |
|
boolean |
forEachRow |
|
boolean |
ifNotExists |
|
QualifiedName |
tblName |
|
boolean |
temporary |
|
TriggerTime |
time |
|
QualifiedName |
triggerName |
|
Expr |
whenClause |
Constructor | Description |
---|---|
CreateTrigger(boolean temporary,
boolean ifNotExists,
QualifiedName triggerName,
TriggerTime time,
TriggerEvent event,
QualifiedName tblName,
boolean forEachRow,
Expr whenClause) |
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 boolean temporary
public final boolean ifNotExists
public final QualifiedName triggerName
public final TriggerTime time
public final TriggerEvent event
public final QualifiedName tblName
public final boolean forEachRow
public final Expr whenClause
public final List<TriggerCmd> commands
public CreateTrigger(boolean temporary, boolean ifNotExists, QualifiedName triggerName, TriggerTime time, TriggerEvent event, QualifiedName tblName, boolean forEachRow, Expr whenClause)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.