123456789_123456789_123456789_123456789_123456789_

Class: ActiveRecord::ConnectionAdapters::NullColumn

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Column
Instance Chain:
Inherits: ActiveRecord::ConnectionAdapters::Column
Defined in: activerecord/lib/active_record/connection_adapters/column.rb

Class Method Summary

Column - Inherited

.new

Instantiates a new column in the table.

Instance Attribute Summary

Instance Method Summary

Column - Inherited

#==, #encode_with,
#eql?

Alias for Column#==.

#hash,
#human_name

Returns the human name of the column name.

#init_with, #deduplicated

Deduplicable - Included

Constructor Details

.new(name) ⇒ NullColumn

[ GitHub ]

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

def initialize(name, **)
  super(name, nil)
end