SQLite.PreparedStatement

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

bind
void bind(int idx, int v)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(int idx, long v)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(int idx, double v)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(int idx, char[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(int idx, wchar[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(int idx, void* n)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(int idx, void[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
bindAll
void bindAll(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
column
T column(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
columnCount
int columnCount()
Undocumented in source. Be warned that the author may not have intended to support it.
columnName
string columnName(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
columns
void columns(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
dataCount
int dataCount()
Undocumented in source. Be warned that the author may not have intended to support it.
exec
void exec(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
getArray
T[] getArray()
Undocumented in source. Be warned that the author may not have intended to support it.
getAssoc
T[string] getAssoc()
Undocumented in source. Be warned that the author may not have intended to support it.
iterate
Iterator iterate(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
step
bool step()

Return "true" if a row is available, "false" if done.

Structs

Iterator
struct Iterator
Undocumented in source.

Variables

stmt
sqlite3_stmt* stmt;
Undocumented in source.

Meta