Class: ActiveRecord::ConnectionAdapters::IndexDefinition
- Inherits:
-
Object
- Object
- ActiveRecord::ConnectionAdapters::IndexDefinition
- Defined in:
- lib/postgres_ext/active_record/connection_adapters/postgres_adapter.rb
Instance Attribute Summary collapse
-
#index_opclass ⇒ Object
Returns the value of attribute index_opclass.
-
#using ⇒ Object
Returns the value of attribute using.
-
#where ⇒ Object
Returns the value of attribute where.
Instance Attribute Details
#index_opclass ⇒ Object
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 |
#using ⇒ Object
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 |
#where ⇒ Object
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 |