Transaction

Handles all data that is need to perform SQL transaction: queries, parameters, info where to put parameters and local enviroment variables.

Constructors

this
this(string[] commands, string[] params, uint[] argnums, string[string] vars, bool[] oneRowConstraints)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

argnums
uint[] argnums;
Undocumented in source.
commands
string[] commands;
Undocumented in source.
oneRowConstraints
bool[] oneRowConstraints;
Undocumented in source.
params
string[] params;
Undocumented in source.
vars
string[string] vars;
Undocumented in source.

Meta