- 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.