Class: ActiveRecord::ConnectionAdapters::OracleEnhancedIndexDefinition

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

Overview

:nodoc:

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

#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

#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