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?, #unique?, #with_name
Constructor Details
#initialize ⇒ NullIndex
Returns a new instance of NullIndex.
47 48 49 |
# File 'lib/db_schema/definitions/index.rb', line 47 def initialize @columns = [] end |