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.



23
24
25
# File 'lib/sqlite3/resultset.rb', line 23

def fields
  @fields
end

#typesObject

Returns the value of attribute types.



22
23
24
# File 'lib/sqlite3/resultset.rb', line 22

def types
  @types
end