Helper struct that makes it possible to foreach over the rawSQL result.
Runs the raw SQL query, discarding results (throwing on error)
Starts a new query and iterates all the results on each foreach call.
Returns the number of rows, only valid inside the foreach.
See Implementation
Helper struct that makes it possible to foreach over the rawSQL result.