Class: RDBI::Result::Driver::Array

Inherits:
RDBI::Result::Driver show all
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

#convert_item, #convert_row, #fetch, #initialize

Constructor Details

This class inherits a constructor from RDBI::Result::Driver