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.



1353
1354
1355
# File 'lib/arjdbc/postgresql/adapter.rb', line 1353

def array
  @array
end

Instance Method Details

#array?Boolean

Returns:

  • (Boolean)


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

def array?; !!@array; end