Class: ActiveRecord::ConnectionAdapters::Redshift::ColumnDefinition
- Inherits:
-
PostgreSQL::ColumnDefinition
- Object
- PostgreSQL::ColumnDefinition
- ActiveRecord::ConnectionAdapters::Redshift::ColumnDefinition
- Defined in:
- lib/active_record/connection_adapters/redshift/schema_definitions.rb
Instance Attribute Summary collapse
-
#distkey ⇒ Object
Returns the value of attribute distkey.
-
#encode ⇒ Object
Returns the value of attribute encode.
-
#sortkey ⇒ Object
Returns the value of attribute sortkey.
Instance Attribute Details
#distkey ⇒ Object
Returns the value of attribute distkey.
6 7 8 |
# File 'lib/active_record/connection_adapters/redshift/schema_definitions.rb', line 6 def distkey @distkey end |
#encode ⇒ Object
Returns the value of attribute encode.
6 7 8 |
# File 'lib/active_record/connection_adapters/redshift/schema_definitions.rb', line 6 def encode @encode end |
#sortkey ⇒ Object
Returns the value of attribute sortkey.
6 7 8 |
# File 'lib/active_record/connection_adapters/redshift/schema_definitions.rb', line 6 def sortkey @sortkey end |