SQLite3::ResultSet
Inherits DB::ResultSet < DB::Disposable < Reference < Object
Instance methods
move_next
Advances to the next row. Returns true if there's a next row,
false otherwise. Must be called at least once to advance to the first
row.
next_column_index
Returns the column index that corresponds to the next #read.
If the last column of the current row has been read, it must return #column_count.
to_unsafe
Source