class

Interro::QueryBuilder::ResultSetIterator(T)

Inherits Iterator / Enumerable / Reference / Object

Constructors

new(db : DB::Database | DB::Connection, query : String, args : Array(U)) forall U
Source

Instance methods

finalize
Source
next

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.

Source