Class: ActiveRecord::ConnectionAdapters::Column
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
|
Subclasses:
ActiveRecord::ConnectionAdapters::NullColumn, ActiveRecord::ConnectionAdapters::MySQL::Column, ActiveRecord::ConnectionAdapters::PostgreSQL::Column
|
|
| Super Chains via Extension / Inclusion / Inheritance | |
|
Instance Chain:
self,
Deduplicable
|
|
| Inherits: | Object |
| Defined in: | activerecord/lib/active_record/connection_adapters/column.rb |
Overview
An abstract definition of a column in a table.
Instance Attribute Summary
- #limit readonly
- #precision readonly
- #scale readonly
- #sql_type readonly
- #type readonly
Instance Method Summary
Deduplicable - Included
| #-@ | Alias for Deduplicable#deduplicate. |
| #deduplicate | |