- accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
MySqlDeleteStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- getForcePartition
SQLName getForcePartition()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHints
List!(SQLCommentHint) getHints()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHintsSize
int getHintsSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- getLimit
SQLLimit getLimit()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOrderBy
SQLOrderBy getOrderBy()
Undocumented in source. Be warned that the author may not have intended to support it.
- isForceAllPartitions
bool isForceAllPartitions()
Undocumented in source. Be warned that the author may not have intended to support it.
- isIgnore
bool isIgnore()
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.
- isQuick
bool isQuick()
Undocumented in source. Be warned that the author may not have intended to support it.
- output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- setForceAllPartitions
void setForceAllPartitions(bool forceAllPartitions)
Undocumented in source. Be warned that the author may not have intended to support it.
- setForcePartition
void setForcePartition(SQLName x)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIgnore
void setIgnore(bool ignore)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLimit
void setLimit(SQLLimit limit)
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.
- setOrderBy
void setOrderBy(SQLOrderBy orderBy)
Undocumented in source. Be warned that the author may not have intended to support it.
- setQuick
void setQuick(bool quick)
Undocumented in source. Be warned that the author may not have intended to support it.
- _with
SQLWithSubqueryClause _with;
Undocumented in source.
- tableSource
SQLTableSource tableSource;
Undocumented in source.
- where
SQLExpr where;
Undocumented in source.
- from
SQLTableSource from;
Undocumented in source.
- using
SQLTableSource using;
Undocumented in source.
- only
bool only;
Undocumented in source.
- cloneTo
void cloneTo(SQLDeleteStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLDeleteStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTableSource
SQLTableSource getTableSource()
Undocumented in source. Be warned that the author may not have intended to support it.
- getExprTableSource
SQLExprTableSource getExprTableSource()
Undocumented in source. Be warned that the author may not have intended to support it.
- setTableSource
void setTableSource(SQLExpr expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTableSource
void setTableSource(SQLTableSource tableSource)
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.
- setTableName
void setTableName(SQLName tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTableName
void setTableName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- getWhere
SQLExpr getWhere()
Undocumented in source. Be warned that the author may not have intended to support it.
- setWhere
void setWhere(SQLExpr where)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAlias
string getAlias()
Undocumented in source. Be warned that the author may not have intended to support it.
- setAlias
void setAlias(string alias_p)
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.
- getFrom
SQLTableSource getFrom()
Undocumented in source. Be warned that the author may not have intended to support it.
- setFrom
void setFrom(SQLTableSource from)
Undocumented in source. Be warned that the author may not have intended to support it.
- replace
bool replace(SQLExpr expr, SQLExpr target)
Undocumented in source. Be warned that the author may not have intended to support it.
- isOnly
bool isOnly()
Undocumented in source. Be warned that the author may not have intended to support it.
- setOnly
void setOnly(bool only)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUsing
SQLTableSource getUsing()
Undocumented in source. Be warned that the author may not have intended to support it.
- setUsing
void setUsing(SQLTableSource using)
Undocumented in source. Be warned that the author may not have intended to support it.
- getWith
SQLWithSubqueryClause getWith()
Undocumented in source. Be warned that the author may not have intended to support it.
- setWith
void setWith(SQLWithSubqueryClause _with)
Undocumented in source. Be warned that the author may not have intended to support it.
- addCondition
void addCondition(string conditionSql)
Undocumented in source. Be warned that the author may not have intended to support it.
- addCondition
void addCondition(SQLExpr expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeCondition
bool removeCondition(string conditionSql)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeCondition
bool removeCondition(SQLExpr condition)
Undocumented in source. Be warned that the author may not have intended to support it.
- addWhere
bool addWhere(SQLExpr where)
Undocumented in source. Be warned that the author may not have intended to support it.