class Interro::QueryBuilder::ResultSetIterator(T)

Included Modules

Defined in:

query_builder.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(db : DB::Database | DB::Connection, query : String, args : Array(U)) forall U #

[View source]

Instance Method Detail

def finalize #

[View source]
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.


[View source]