DSQLDelete

Undocumented in source.

Constructors

this
this(string table, string condition)
Undocumented in source.
this
this(string table, string[] conditions)
Undocumented in source.

Members

Functions

clear
auto clear()
Undocumented in source. Be warned that the author may not have intended to support it.
from
auto from(string tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
table
auto table(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
toSQL
string toSQL()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
where
auto where(string condition)
Undocumented in source. Be warned that the author may not have intended to support it.
where
auto where(string[] conditions)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_table
string _table;
Undocumented in source.
_where
string _where;
Undocumented in source.

Meta