DSQLUpdate

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string tableName)
Undocumented in source.
this
this(string tableName, string[string] values, string condition)
Undocumented in source.
this
this(string tableName, string value, string condition)
Undocumented in source.
this
this(string tableName, string[string] values, string[] conditions)
Undocumented in source.
this
this(string tableName, string value, string[] conditions)
Undocumented in source.

Members

Functions

sets
auto sets(string[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.
sets
auto sets(string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
sets
auto sets(string[] values)
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.
where
auto where(string[] conditions)
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

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

Meta