Class: ActiveRecord::ConnectionAdapters::Trino::DatabaseStatements::InternalResult
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::Trino::DatabaseStatements::InternalResult
- Defined in:
- lib/active_record/connection_adapters/trino/database_statements.rb
Instance Attribute Summary collapse
-
#column_names ⇒ Object
Returns the value of attribute column_names.
-
#column_types ⇒ Object
Returns the value of attribute column_types.
-
#rows ⇒ Object
Returns the value of attribute rows.
Instance Attribute Details
#column_names ⇒ Object
Returns the value of attribute column_names
17 18 19 |
# File 'lib/active_record/connection_adapters/trino/database_statements.rb', line 17 def column_names @column_names end |
#column_types ⇒ Object
Returns the value of attribute column_types
17 18 19 |
# File 'lib/active_record/connection_adapters/trino/database_statements.rb', line 17 def column_types @column_types end |
#rows ⇒ Object
Returns the value of attribute rows
17 18 19 |
# File 'lib/active_record/connection_adapters/trino/database_statements.rb', line 17 def rows @rows end |