public class SQLAlterProcedureStatement extends SQLStatementImpl implements SQLAlterStatement
Constructor and Description |
---|
SQLAlterProcedureStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
getComment() |
SQLExpr |
getName() |
SQLExpr |
getSqlSecurity() |
boolean |
isCompile() |
boolean |
isContainsSql() |
boolean |
isLanguageSql() |
boolean |
isReuseSettings() |
void |
setComment(SQLExpr comment) |
void |
setCompile(boolean compile) |
void |
setContainsSql(boolean containsSql) |
void |
setLanguageSql(boolean languageSql) |
void |
setName(SQLExpr name) |
void |
setReuseSettings(boolean reuseSettings) |
void |
setSqlSecurity(SQLExpr sqlSecurity) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
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(SQLASTVisitor visitor)
public SQLExpr getName()
public void setName(SQLExpr name)
public boolean isCompile()
public void setCompile(boolean compile)
public boolean isReuseSettings()
public void setReuseSettings(boolean reuseSettings)
public boolean isLanguageSql()
public void setLanguageSql(boolean languageSql)
public boolean isContainsSql()
public void setContainsSql(boolean containsSql)
public SQLExpr getSqlSecurity()
public void setSqlSecurity(SQLExpr sqlSecurity)
public SQLExpr getComment()
public void setComment(SQLExpr comment)
Copyright © 2013–2017 Alibaba Group. All rights reserved.