123456789_123456789_123456789_123456789_123456789_

Class: ActiveRecord::ConnectionAdapters::Column

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
ActiveRecord::ConnectionAdapters::NullColumn, ActiveRecord::ConnectionAdapters::PostgreSQLColumn, ActiveRecord::ConnectionAdapters::MySQL::Column
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

Instance Attribute Details

#limit (readonly)

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/column.rb', line 10

delegate :precision, :scale, :limit, :type, :sql_type, to: :, allow_nil: true

#precision (readonly)

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/column.rb', line 10

delegate :precision, :scale, :limit, :type, :sql_type, to: :, allow_nil: true

#scale (readonly)

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/column.rb', line 10

delegate :precision, :scale, :limit, :type, :sql_type, to: :, allow_nil: true

#sql_type (readonly)

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/column.rb', line 10

delegate :precision, :scale, :limit, :type, :sql_type, to: :, allow_nil: true

#type (readonly)

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/column.rb', line 10

delegate :precision, :scale, :limit, :type, :sql_type, to: :, allow_nil: true