Class | RR::TypeCastingCursor |
In: |
lib/rubyrep/type_casting_cursor.rb
|
Parent: | Object |
Provides functionality to cast a query result value into the correct ruby type. Requires originating table and column to be known.
columns | [RW] | A column_name => Column cache |
org_cursor | [RW] | The original cursor object |
Creates a new TypeCastingCursor based on provided database connection and table name for the provided database query cursor