class SQLite3::ResultSet

def columns

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