DeleteStatement

Undocumented in source.

Members

Functions

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

Variables

predicate
Predicate predicate;
Undocumented in source.
table
Expression table;
Undocumented in source.

Inherited Members

From Statement

asSQL
string asSQL()
Undocumented in source.

Meta