Class: SQLite3::ResultSet::ArrayWithTypesAndFields

Inherits:
Array
  • Object
show all
Defined in:
lib/sqlite3/resultset.rb

Overview

The class of which we return an object in case we want an Array as result. (ArrayFields is not installed.)

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsObject

Returns the value of attribute fields.



20
21
22
# File 'lib/sqlite3/resultset.rb', line 20

def fields
  @fields
end

#typesObject

Returns the value of attribute types.



19
20
21
# File 'lib/sqlite3/resultset.rb', line 19

def types
  @types
end