Query

Undocumented in source.

Constructors

this
this(string command, Value[] params)
Undocumented in source.
this
this(Connection conn, string command, Value[] params)
Undocumented in source.

Members

Functions

addParam
void addParam(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Query opBinary(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
run
Result run(T params)
Undocumented in source. Be warned that the author may not have intended to support it.
runAsync
bool runAsync(T params)
Undocumented in source. Be warned that the author may not have intended to support it.
runAsync
bool runAsync()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

command
string command [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
command
string command [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
connection
Connection connection [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
run
Result run [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta