sqlite3_statement

Undocumented in source.

Constructors

this
this(sqlite3_database db, string base_sql)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

bind
void bind(int column, string val)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(int column, int val)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(int column, SysTime time)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(int column, Vector!ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
getBlob
Pair!(const(ubyte)*, size_t) getBlob(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
getSizeT
size_t getSizeT(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
spin
void spin()
Undocumented in source. Be warned that the author may not have intended to support it.
step
bool step()
Undocumented in source. Be warned that the author may not have intended to support it.
stmt
sqlite3_stmt* stmt()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta