# File lib/rubyrep/type_casting_cursor.rb, line 18 def initialize(connection, table, cursor) self.org_cursor = cursor self.columns = {} connection.columns(table).each {|c| columns[c.name] = c} end