SQLCreateProcedureStatement

Undocumented in source.

Constructors

this
this()
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.
findParameter
SQLParameter findParameter(long hash)
Undocumented in source. Be warned that the author may not have intended to support it.
getAuthid
SQLName getAuthid()
Undocumented in source. Be warned that the author may not have intended to support it.
getBlock
SQLStatement getBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefiner
SQLName getDefiner()
Undocumented in source. Be warned that the author may not have intended to support it.
getJavaCallSpec
string getJavaCallSpec()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
SQLName getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getParameters
List!SQLParameter getParameters()
Undocumented in source. Be warned that the author may not have intended to support it.
getWrappedSource
string getWrappedSource()
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.
isCreate
bool isCreate()
Undocumented in source. Be warned that the author may not have intended to support it.
isDeterministic
bool isDeterministic()
Undocumented in source. Be warned that the author may not have intended to support it.
isModifiesSqlData
bool isModifiesSqlData()
Undocumented in source. Be warned that the author may not have intended to support it.
isNoSql
bool isNoSql()
Undocumented in source. Be warned that the author may not have intended to support it.
isOrReplace
bool isOrReplace()
Undocumented in source. Be warned that the author may not have intended to support it.
isReadSqlData
bool isReadSqlData()
Undocumented in source. Be warned that the author may not have intended to support it.
setAuthid
void setAuthid(SQLName authid)
Undocumented in source. Be warned that the author may not have intended to support it.
setBlock
void setBlock(SQLStatement block)
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.
setCreate
void setCreate(bool create)
Undocumented in source. Be warned that the author may not have intended to support it.
setDefiner
void setDefiner(SQLName definer)
Undocumented in source. Be warned that the author may not have intended to support it.
setDeterministic
void setDeterministic(bool deterministic)
Undocumented in source. Be warned that the author may not have intended to support it.
setJavaCallSpec
void setJavaCallSpec(string javaCallSpec)
Undocumented in source. Be warned that the author may not have intended to support it.
setModifiesSqlData
void setModifiesSqlData(bool modifiesSqlData)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(SQLName name)
Undocumented in source. Be warned that the author may not have intended to support it.
setNoSql
void setNoSql(bool noSql)
Undocumented in source. Be warned that the author may not have intended to support it.
setOrReplace
void setOrReplace(bool orReplace)
Undocumented in source. Be warned that the author may not have intended to support it.
setParameters
void setParameters(List!SQLParameter parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
setReadSqlData
void setReadSqlData(bool readSqlData)
Undocumented in source. Be warned that the author may not have intended to support it.
setWrappedSource
void setWrappedSource(string wrappedSource)
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