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, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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–2018 Alibaba Group. All rights reserved.