Class: ActiveRecord::ConnectionAdapters::Trino::DatabaseStatements::InternalResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_record/connection_adapters/trino/database_statements.rb

Instance Attribute Summary collapse

Instance Attribute Details

#column_namesObject

Returns the value of attribute column_names

Returns:

  • (Object)

    the current value of column_names



17
18
19
# File 'lib/active_record/connection_adapters/trino/database_statements.rb', line 17

def column_names
  @column_names
end

#column_typesObject

Returns the value of attribute column_types

Returns:

  • (Object)

    the current value of column_types



17
18
19
# File 'lib/active_record/connection_adapters/trino/database_statements.rb', line 17

def column_types
  @column_types
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



17
18
19
# File 'lib/active_record/connection_adapters/trino/database_statements.rb', line 17

def rows
  @rows
end