Variables

Undocumented in source.

Members

Aliases

getInt
alias getInt = get!ulong
Undocumented in source.
getStr
alias getStr = get!string
Undocumented in source.
setInt
alias setInt = set!ulong
Undocumented in source.
setStr
alias setStr = set!string
Undocumented in source.

Functions

get
string get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
isSet
bool isSet(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
unset
void unset(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

database
Database database;
Undocumented in source.
table
string table;
Undocumented in source.

Meta