Interro::QueryBuilder::ResultSetIterator(T)
Inherits Iterator / Enumerable / Reference / Object
Constructors
new(db : DB::Database | DB::Connection, query : String, args : Array(U)) forall U
SourceInstance methods
finalize
Sourcenext
Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there
are no more elements.