DSQLInsert

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string table, string[string] values)
Undocumented in source.
this
this(string table, string names, string values)
Undocumented in source.

Members

Functions

columns
auto columns(string names)
Undocumented in source. Be warned that the author may not have intended to support it.
from
auto from(string name)
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.
values
auto values(string[string] vals)
Undocumented in source. Be warned that the author may not have intended to support it.
values
auto values(string values)
Undocumented in source. Be warned that the author may not have intended to support it.
values
auto values(string names, string values)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_columns
string _columns;
Undocumented in source.
_table
string _table;
Undocumented in source.
_values
string _values;
Undocumented in source.

Meta