Class: ActiveRecord::ConnectionAdapters::MSSQL::Type::Image

Inherits:
Type::Binary
  • Object
show all
Defined in:
lib/arjdbc/mssql/types/deprecated_types.rb

Instance Method Summary collapse

Instance Method Details

#limitObject



34
35
36
# File 'lib/arjdbc/mssql/types/deprecated_types.rb', line 34

def limit
  @limit ||= 2_147_483_647
end

#typeObject



30
31
32
# File 'lib/arjdbc/mssql/types/deprecated_types.rb', line 30

def type
  :image
end