class Db::Result::Rows
- Db::Result::Rows
- Reference
- Object
Included Modules
- Enumerable(Db::Result::Row)
Defined in:
crystal-sync/db/result.crConstructors
Instance Method Summary
- #clear_row
- #current : Row
-
#each(&)
Must yield this collection's elements to the block.
- #next
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Db::Result::Row)
Must yield this collection's elements to the block.