- accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLBlockStatement clone()
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.
- getEndLabel
string getEndLabel()
Undocumented in source. Be warned that the author may not have intended to support it.
- getException
SQLStatement getException()
Undocumented in source. Be warned that the author may not have intended to support it.
- getLabelName
string getLabelName()
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.
- getStatementList
List!SQLStatement getStatementList()
Undocumented in source. Be warned that the author may not have intended to support it.
- isEndOfCommit
bool isEndOfCommit()
Undocumented in source. Be warned that the author may not have intended to support it.
- setEndLabel
void setEndLabel(string endLabel)
Undocumented in source. Be warned that the author may not have intended to support it.
- setEndOfCommit
void setEndOfCommit(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setException
void setException(SQLStatement exception)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLabelName
void setLabelName(string labelName)
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.
- setStatementList
void setStatementList(List!SQLStatement statementList)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.