Method: SQLite3::ResultSet::ArrayWithTypesAndFields#types
- Defined in:
- lib/sqlite3/resultset.rb
#types ⇒ Object
21 22 23 24 25 26 27 28 |
# File 'lib/sqlite3/resultset.rb', line 21 def types warn("\#{caller[0]} is calling \#{self.class}#types. This method will be removed in\nsqlite3 version 2.0.0, please call the `types` method on the SQLite3::ResultSet\nobject that created this object\n eowarn\n @types\nend\n") if $VERBOSE |