Class: CreateTable::Unique

Inherits:
Index
  • Object
show all
Defined in:
lib/create_table/unique.rb

Constant Summary

Constants included from Parser

Parser::SQL_COMMENT

Instance Attribute Summary

Attributes inherited from Index

#column_names, #name, #parent

Instance Method Summary collapse

Methods inherited from Index

#initialize, #parse, #primary_key, #quoted_column_names, #quoted_name, #to_sql

Methods included from Parser

#read, #read_quoted, remove_comments

Constructor Details

This class inherits a constructor from CreateTable::Index

Instance Method Details

#uniqueObject



3
4
5
# File 'lib/create_table/unique.rb', line 3

def unique
  true
end