- bind
void bind(int index, bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, byte value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, short value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, ushort value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, long value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, ulong value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, const(ubyte)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, DateTime value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, TimeOfDay value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, Date value)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(int index, typeof(null) )
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- execute
void execute()
Undocumented in source. Be warned that the author may not have intended to support it.
- front
Row front()
Undocumented in source. Be warned that the author may not have intended to support it.
- popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
- bind
void bind(int index, bool value)
void bind(int index, byte value)
void bind(int index, ubyte value)
void bind(int index, short value)
void bind(int index, ushort value)
void bind(int index, int value)
void bind(int index, uint value)
void bind(int index, long value)
void bind(int index, ulong value)
void bind(int index, double value)
void bind(int index, const(ubyte)[] value)
void bind(int index, string value)
void bind(int index, DateTime value)
void bind(int index, TimeOfDay value)
void bind(int index, Date value)
void bind(int index, typeof(null) )
Binds the passed value to the specified dynamic parameter
- execute
void execute()
Executes the prepared statement using the currently bound values
- empty
bool empty()
Determines whether there are any rows loaded (or left).
- popFront
void popFront()
- front
Row front()
Currently fetched (loaded) row