RawSQLIterator.opApply

Starts a new query and iterates all the results on each foreach call.

struct RawSQLIterator
scope @trusted
int
opApply
(
scope int delegate
(
scope RawRow row
)
dg
)

Meta