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:

  • (Object)

    the current value of index



56
57
58
# File 'lib/motion-sqlite3/result_set.rb', line 56

def index
  @index
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



56
57
58
# File 'lib/motion-sqlite3/result_set.rb', line 56

def type
  @type
end