Class: DbSchema::Definitions::NullIndex

Inherits:
Index
  • Object
show all
Defined in:
lib/db_schema/definitions/index.rb

Instance Attribute Summary

Attributes inherited from Index

#columns, #condition, #name, #type

Instance Method Summary collapse

Methods inherited from Index

#btree?, #columns_to_sequel, #has_expressions?, #unique?, #with_name

Constructor Details

#initializeNullIndex

Returns a new instance of NullIndex.



47
48
49
# File 'lib/db_schema/definitions/index.rb', line 47

def initialize
  @columns = []
end