Class: RDBI::Result::Driver::Array
- Inherits:
-
RDBI::Result::Driver
- Object
- RDBI::Result::Driver
- RDBI::Result::Driver::Array
- Defined in:
- lib/rdbi/result.rb
Overview
This is the standard Array driver. If you are familiar with the typical results of a database layer similar to RDBI, these results should be very familiar.
If you wish for named accessors, please see RDBI::Result::Driver::Struct.
Method Summary
Methods inherited from RDBI::Result::Driver
#format_multiple_rows, #format_single_row, #initialize
Constructor Details
This class inherits a constructor from RDBI::Result::Driver