class SQLite3::ResultSet

def types

Returns the types of the columns returned by this result set.
def types
  @stmt.types
end