PG::ResultSet
Inherits DB::ResultSet / DB::Disposable / Reference / Object
Constructors
Instance methods
move_next
Move the next row in the result.
Return false if no more rows are available.
See #each
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.
read(t : BigDecimal.class)
Sourceread(t : BigRational.class)
Sourcerows_affected
Source