dorm v0.3.0 (2022-12-01T09:41:48Z)
Dub
Repo
RawSQLIterator.opApply
dorm
api
db
RawSQLIterator
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
Source
See Implementation
dorm
api
db
RawSQLIterator
functions
exec
opApply
rowCount
Starts a new query and iterates all the results on each foreach call.