Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::ColumnDefinition

Inherits:
ColumnDefinition show all
Defined in:
activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb

Instance Attribute Summary collapse

Attributes inherited from ColumnDefinition

#after, #default, #first, #limit, #name, #null, #precision, #primary_key, #scale, #type

Method Summary

Methods inherited from ColumnDefinition

#primary_key?, #string_to_binary

Methods inherited from Struct

#as_json, #to_h

Instance Attribute Details

#arrayObject

Returns the value of attribute array



263
264
265
# File 'activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb', line 263

def array
  @array
end