Method: SQLite3::ResultSet::HashWithTypesAndFields#fields

Defined in:
lib/sqlite3/resultset.rb

#fieldsObject



55
56
57
58
59
60
61
62
# File 'lib/sqlite3/resultset.rb', line 55

def fields
  warn("\#{caller[0]} is calling \#{self.class}#fields.  This method will be removed in\nsqlite3 version 2.0.0, please call the `columns` method on the SQLite3::ResultSet\nobject that created this object\n  eowarn\n  @fields\nend\n") if $VERBOSE