dorm ~master (2022-11-24T09:54:00.4135699)
Dub
Repo
RawSQLIterator.opApply
dorm
api
db
RawSQLIterator
Starts a new query and iterates all the results on each foreach call.
struct
RawSQLIterator
@
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.