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.



1329
1330
1331
# File 'lib/arjdbc/postgresql/adapter.rb', line 1329

def array
  @array
end

Instance Method Details

#array?Boolean

Returns:

  • (Boolean)


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

def array?; !!@array; end