Class: ActiveRecord::ConnectionAdapters::OracleEnhancedIndexDefinition

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



9
10
11
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9

def columns
  @columns
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9

def name
  @name
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



9
10
11
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9

def parameters
  @parameters
end

#statement_parametersObject

Returns the value of attribute statement_parameters

Returns:

  • (Object)

    the current value of statement_parameters



9
10
11
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9

def statement_parameters
  @statement_parameters
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



9
10
11
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9

def table
  @table
end

#tablespaceObject

Returns the value of attribute tablespace

Returns:

  • (Object)

    the current value of tablespace



9
10
11
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9

def tablespace
  @tablespace
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9

def type
  @type
end

#uniqueObject

Returns the value of attribute unique

Returns:

  • (Object)

    the current value of unique



9
10
11
# File 'lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb', line 9

def unique
  @unique
end