- 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.
- getForcePartition
SQLName getForcePartition()
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.
- getTargetAffectRow
SQLExpr getTargetAffectRow()
Undocumented in source. Be warned that the author may not have intended to support it.
- isCommitOnSuccess
bool isCommitOnSuccess()
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.
- isQueryOnPk
bool isQueryOnPk()
Undocumented in source. Be warned that the author may not have intended to support it.
- isRollBackOnFail
bool isRollBackOnFail()
Undocumented in source. Be warned that the author may not have intended to support it.
- setCommitOnSuccess
void setCommitOnSuccess(bool commitOnSuccess)
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.
- setQueryOnPk
void setQueryOnPk(bool queryOnPk)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRollBackOnFail
void setRollBackOnFail(bool rollBackOnFail)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTargetAffectRow
void setTargetAffectRow(SQLExpr targetAffectRow)
Undocumented in source. Be warned that the author may not have intended to support it.
- _with
SQLWithSubqueryClause _with;
Undocumented in source.
- items
List!SQLUpdateSetItem items;
Undocumented in source.
- where
SQLExpr where;
Undocumented in source.
- from
SQLTableSource from;
Undocumented in source.
- tableSource
SQLTableSource tableSource;
Undocumented in source.
- returning
List!SQLExpr returning;
Undocumented in source.
- hints
List!SQLHint hints;
Undocumented in source.
- orderBy
SQLOrderBy orderBy;
Undocumented in source.
- getTableSource
SQLTableSource getTableSource()
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.
- 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.
- getItems
List!SQLUpdateSetItem getItems()
Undocumented in source. Be warned that the author may not have intended to support it.
- addItem
void addItem(SQLUpdateSetItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
- getReturning
List!SQLExpr getReturning()
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.
- getHintsSize
int getHintsSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHints
List!SQLHint getHints()
Undocumented in source. Be warned that the author may not have intended to support it.
- setHints
void setHints(List!SQLHint hints)
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.
- 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.
- replace
bool replace(SQLExpr expr, SQLExpr target)
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.
- setOrderBy
void setOrderBy(SQLOrderBy orderBy)
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.
- opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
size_t toHash()
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.