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

Inherits:
ColumnDefinition
  • Object
show all
Defined in:
lib/arjdbc/postgresql/adapter.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#arrayObject

Returns the value of attribute array.



1415
1416
1417
# File 'lib/arjdbc/postgresql/adapter.rb', line 1415

def array
  @array
end

Instance Method Details

#array?Boolean

Returns:

  • (Boolean)


1416
# File 'lib/arjdbc/postgresql/adapter.rb', line 1416

def array?; !!@array; end