Class: ActiveRecord::ConnectionAdapters::OracleEnhancedIndexDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::OracleEnhancedIndexDefinition
- Defined in:
- lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#statement_parameters ⇒ Object
Returns the value of attribute statement_parameters.
-
#table ⇒ Object
Returns the value of attribute table.
-
#tablespace ⇒ Object
Returns the value of attribute tablespace.
-
#type ⇒ Object
Returns the value of attribute type.
-
#unique ⇒ Object
Returns the value of attribute unique.
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
9 10 11 |
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9 def columns @columns end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9 def name @name end |
#parameters ⇒ Object
Returns the value of attribute parameters
9 10 11 |
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9 def parameters @parameters end |
#statement_parameters ⇒ Object
Returns the value of attribute statement_parameters
9 10 11 |
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9 def statement_parameters @statement_parameters end |
#table ⇒ Object
Returns the value of attribute table
9 10 11 |
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9 def table @table end |
#tablespace ⇒ Object
Returns the value of attribute tablespace
9 10 11 |
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9 def tablespace @tablespace end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9 def type @type end |
#unique ⇒ Object
Returns the value of attribute unique
9 10 11 |
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9 def unique @unique end |