class Interro::QueryBuilder::ResultSetIterator(T)
- Interro::QueryBuilder::ResultSetIterator(T)
- Reference
- Object
Included Modules
- Iterator(T)
Defined in:
query_builder.crConstructors
Instance Method Summary
- #finalize
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
def self.new(db : DB::Database | DB::Connection, query : String, args : Array(U)) forall U
#
Instance Method Detail
def next
#
Description copied from module Iterator(T)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.