public class SQLAlterProcedureStatement extends SQLStatementImpl implements SQLAlterStatement
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLAlterProcedureStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, toParameterizedString, toString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic 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–2023. All rights reserved.