DSQLSelect

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string attributes, string from, string condition)
Undocumented in source.
this
this(string[] attributes, string from, string condition)
Undocumented in source.

Members

Functions

clear
auto clear()
Undocumented in source. Be warned that the author may not have intended to support it.
columns
auto columns(string[] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
columns
auto columns(string[] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
groupBy
auto groupBy(string columns)
Undocumented in source. Be warned that the author may not have intended to support it.
groupBy
auto groupBy(string[] columns)
Undocumented in source. Be warned that the author may not have intended to support it.
limit
auto limit(size_t value)
Undocumented in source. Be warned that the author may not have intended to support it.
offset
auto offset(size_t value)
Undocumented in source. Be warned that the author may not have intended to support it.
orderBy
auto orderBy(string columns)
Undocumented in source. Be warned that the author may not have intended to support it.
orderBy
auto orderBy(string[] columns)
Undocumented in source. Be warned that the author may not have intended to support it.
table
auto table(string table)
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 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

_columns
string _columns;
Undocumented in source.
_groupBy
string _groupBy;
Undocumented in source.
_limit
size_t _limit;
Undocumented in source.
_offset
size_t _offset;
Undocumented in source.
_orderBy
string _orderBy;
Undocumented in source.
_table
string _table;
Undocumented in source.
_where
string _where;
Undocumented in source.

Meta