Class: SQLite3::ColumnMetadata

Inherits:
Struct
  • Object
show all
Defined in:
lib/motion-sqlite3/result_set.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • the current value of index



54
55
56
# File 'lib/motion-sqlite3/result_set.rb', line 54

def index
  @index
end

#typeObject

Returns the value of attribute type

Returns:

  • the current value of type



54
55
56
# File 'lib/motion-sqlite3/result_set.rb', line 54

def type
  @type
end