Class: ActiveRecord::ConnectionAdapters::IndexDefinition

Inherits:
Object
  • Object
show all
Defined in:
lib/postgres_ext/active_record/connection_adapters/postgres_adapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#index_opclassObject

Returns the value of attribute index_opclass.



8
9
10
# File 'lib/postgres_ext/active_record/connection_adapters/postgres_adapter.rb', line 8

def index_opclass
  @index_opclass
end

#usingObject

Returns the value of attribute using.



8
9
10
# File 'lib/postgres_ext/active_record/connection_adapters/postgres_adapter.rb', line 8

def using
  @using
end

#whereObject

Returns the value of attribute where.



8
9
10
# File 'lib/postgres_ext/active_record/connection_adapters/postgres_adapter.rb', line 8

def where
  @where
end