SQLAlterProcedureStatement

Undocumented in source.

Members

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getComment
SQLExpr getComment()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
SQLExpr getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getSqlSecurity
SQLExpr getSqlSecurity()
Undocumented in source. Be warned that the author may not have intended to support it.
isCompile
bool isCompile()
Undocumented in source. Be warned that the author may not have intended to support it.
isContainsSql
bool isContainsSql()
Undocumented in source. Be warned that the author may not have intended to support it.
isLanguageSql
bool isLanguageSql()
Undocumented in source. Be warned that the author may not have intended to support it.
isReuseSettings
bool isReuseSettings()
Undocumented in source. Be warned that the author may not have intended to support it.
setComment
void setComment(SQLExpr comment)
Undocumented in source. Be warned that the author may not have intended to support it.
setCompile
void setCompile(bool compile)
Undocumented in source. Be warned that the author may not have intended to support it.
setContainsSql
void setContainsSql(bool containsSql)
Undocumented in source. Be warned that the author may not have intended to support it.
setLanguageSql
void setLanguageSql(bool languageSql)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(SQLExpr name)
Undocumented in source. Be warned that the author may not have intended to support it.
setReuseSettings
void setReuseSettings(bool reuseSettings)
Undocumented in source. Be warned that the author may not have intended to support it.
setSqlSecurity
void setSqlSecurity(SQLExpr sqlSecurity)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SQLStatementImpl

dbType
string dbType;
Undocumented in source.
afterSemi
bool afterSemi;
Undocumented in source.
headHints
List!SQLCommentHint headHints;
Undocumented in source.
getDbType
string getDbType()
Undocumented in source. Be warned that the author may not have intended to support it.
setDbType
void setDbType(string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toLowerCaseString
string toLowerCaseString()
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
isAfterSemi
bool isAfterSemi()
Undocumented in source. Be warned that the author may not have intended to support it.
setAfterSemi
void setAfterSemi(bool afterSemi)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeadHintsDirect
List!SQLCommentHint getHeadHintsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
setHeadHints
void setHeadHints(List!SQLCommentHint headHints)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta