oceandrift-database ~master (2023-09-07T00:06:24.9694039)
Dub
Repo
Statement.popFront
oceandrift
db
dbal
driver
Statement
Advance to the next row
Makes the next row available via
.front
.
This is an
InputRange
. Do not call
popFront()
on empty ranges.
interface
Statement
@
safe
void
popFront
(
)
Meta
Source
See Implementation
oceandrift
db
dbal
driver
Statement
functions
bind
close
empty
execute
front
popFront
Advance to the next row
Makes the next row available via .front.