- SQLSelect
auto SQLSelect()
Undocumented in source. Be warned that the author may not have intended to support it.
- SQLSelect
auto SQLSelect(string attributes, string from, string where)
Undocumented in source. Be warned that the author may not have intended to support it.
- SQLSelect
auto SQLSelect(string[] attributes, string from, string where)
Undocumented in source. Be warned that the author may not have intended to support it.
- sqlLimit
string sqlLimit(string limit)
Undocumented in source. Be warned that the author may not have intended to support it.
- sqlLimit
string sqlLimit(size_t limit)
Undocumented in source. Be warned that the author may not have intended to support it.
- sqlSelectFromTable
string sqlSelectFromTable(string tableName, string attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
- sqlWhere
string sqlWhere(string condition)
Undocumented in source. Be warned that the author may not have intended to support it.