- accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- addColumn
void addColumn(SQLExpr column)
Undocumented in source. Be warned that the author may not have intended to support it.
- getColumns
List!SQLExpr getColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
- getQuery
SQLQueryExpr getQuery()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTableName
SQLName getTableName()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTableSource
SQLExprTableSource getTableSource()
Undocumented in source. Be warned that the author may not have intended to support it.
- getValuesList
List!ValuesClause getValuesList()
Undocumented in source. Be warned that the author may not have intended to support it.
- isDelayed
bool isDelayed()
Undocumented in source. Be warned that the author may not have intended to support it.
- isLowPriority
bool isLowPriority()
Undocumented in source. Be warned that the author may not have intended to support it.
- setDelayed
void setDelayed(bool delayed)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLowPriority
void setLowPriority(bool lowPriority)
Undocumented in source. Be warned that the author may not have intended to support it.
- setQuery
void setQuery(SQLQueryExpr query)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTableName
void setTableName(SQLName tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTableSource
void setTableSource(SQLExprTableSource tableSource)
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.