SQLUpdateStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string dbType)
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.
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.
addItem
void addItem(SQLUpdateSetItem item)
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.
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.
getHints
List!SQLHint 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.
getItems
List!SQLUpdateSetItem getItems()
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.
getReturning
List!SQLExpr getReturning()
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
SQLTableSource getTableSource()
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.
getWith
SQLWithSubqueryClause getWith()
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.
output
void output(StringBuilder buf)
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.
replace
bool replace(SQLExpr expr, SQLExpr target)
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.
setHints
void setHints(List!SQLHint hints)
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.
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.
setWhere
void setWhere(SQLExpr where)
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.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_with
SQLWithSubqueryClause _with;
Undocumented in source.
from
SQLTableSource from;
Undocumented in source.
hints
List!SQLHint hints;
Undocumented in source.
items
List!SQLUpdateSetItem items;
Undocumented in source.
orderBy
SQLOrderBy orderBy;
Undocumented in source.
returning
List!SQLExpr returning;
Undocumented in source.
tableSource
SQLTableSource tableSource;
Undocumented in source.
where
SQLExpr where;
Undocumented in source.

Meta