Class: DbSchema::Definitions::NullIndex
- Defined in:
- lib/db_schema/definitions/index.rb
Instance Attribute Summary
Attributes inherited from Index
#columns, #condition, #name, #type
Instance Method Summary collapse
-
#initialize ⇒ NullIndex
constructor
A new instance of NullIndex.
Methods inherited from Index
#btree?, #columns_to_sequel, #has_expressions?, #primary?, #unique?, #with_condition, #with_name
Constructor Details
#initialize ⇒ NullIndex
Returns a new instance of NullIndex.
64 65 66 |
# File 'lib/db_schema/definitions/index.rb', line 64 def initialize @columns = [] end |