public class OracleAlterTriggerStatement extends OracleStatementImpl implements OracleAlterStatement
Constructor and Description |
---|
OracleAlterTriggerStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
Boolean |
getEnable() |
SQLName |
getName() |
boolean |
isCompile() |
void |
setCompile(boolean compile) |
void |
setEnable(Boolean enable) |
void |
setName(SQLName name) |
toString
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleStatementImpl
public boolean isCompile()
public void setCompile(boolean compile)
public Boolean getEnable()
public void setEnable(Boolean enable)
public SQLName getName()
public void setName(SQLName name)
Copyright © 2013–2017 Alibaba Group. All rights reserved.