microrm.util

Undocumented in source.

Members

Functions

fieldNames
string[] fieldNames(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
fieldToCol
string[] fieldToCol(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
tableName
string tableName()
Undocumented in source. Be warned that the author may not have intended to support it.
valueToCol
void valueToCol(Writer w, T x)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

IDNAME
enum IDNAME;
Undocumented in source.
SEPARATOR
enum SEPARATOR;
Undocumented in source.

Mixin templates

baseQueryData
mixintemplate baseQueryData(string SQLTempl, size_t BufLen = 512)
Undocumented in source.
whereCondition
mixintemplate whereCondition()
Undocumented in source.

Meta