public class SQLCreateTriggerStatement extends SQLStatementImpl
Modifier and Type | Class and Description |
---|---|
static class |
SQLCreateTriggerStatement.TriggerEvent |
static class |
SQLCreateTriggerStatement.TriggerType |
Constructor and Description |
---|
SQLCreateTriggerStatement() |
SQLCreateTriggerStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
getBody() |
SQLName |
getName() |
SQLName |
getOn() |
List<SQLCreateTriggerStatement.TriggerEvent> |
getTriggerEvents() |
SQLCreateTriggerStatement.TriggerType |
getTriggerType() |
boolean |
isForEachRow() |
boolean |
isOrReplace() |
void |
setBody(SQLStatement body) |
void |
setForEachRow(boolean forEachRow) |
void |
setName(SQLName name) |
void |
setOn(SQLName on) |
void |
setOrReplace(boolean orReplace) |
void |
setTriggerType(SQLCreateTriggerStatement.TriggerType triggerType) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLCreateTriggerStatement()
public SQLCreateTriggerStatement(String dbType)
public SQLName getOn()
public void setOn(SQLName on)
public SQLName getName()
public void setName(SQLName name)
public SQLStatement getBody()
public void setBody(SQLStatement body)
public boolean isOrReplace()
public void setOrReplace(boolean orReplace)
public SQLCreateTriggerStatement.TriggerType getTriggerType()
public void setTriggerType(SQLCreateTriggerStatement.TriggerType triggerType)
public List<SQLCreateTriggerStatement.TriggerEvent> getTriggerEvents()
public boolean isForEachRow()
public void setForEachRow(boolean forEachRow)
Copyright © 2013–2017 Alibaba Group. All rights reserved.