Class: ActiveRecord::ConnectionAdapters::MSSQL::Type::VarbinaryMax

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

Overview

This is the Rails binary type

Instance Method Summary collapse

Instance Method Details

#limitObject



27
28
29
# File 'lib/arjdbc/mssql/types/binary_types.rb', line 27

def limit
  @limit ||= 2_147_483_647
end

#typeObject



23
24
25
# File 'lib/arjdbc/mssql/types/binary_types.rb', line 23

def type
  :binary
end