PreparedStatement.Iterator

Binds the given arguments and executes the prepared statement, returning the results as an iterator.

Members

Functions

opApply
int opApply(int delegate(ref U args) @(system) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

stmt
PreparedStatement stmt;

Meta