UpdateStatement

Undocumented in source.

Constructors

this
this(Setter[] _setters)
Undocumented in source.

Members

Functions

asSQL
string asSQL()
Undocumented in source. Be warned that the author may not have intended to support it.
table
UpdateStatement table(Expression table)
Undocumented in source. Be warned that the author may not have intended to support it.
where
UpdateStatement where(Predicate predicate)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_table
Expression _table;
Undocumented in source.
predicate
Predicate predicate;
Undocumented in source.
setters
Setter[] setters;
Undocumented in source.

Inherited Members

From Statement

asSQL
string asSQL()
Undocumented in source.

Meta