class ArJdbc::MSSQL::VarbinaryMaxType
@private
Public Instance Methods
limit()
click to toggle source
# File lib/arjdbc/mssql/types.rb, line 312 def limit; @limit ||= 2_147_483_647 end
type()
click to toggle source
# File lib/arjdbc/mssql/types.rb, line 311 def type; :varbinary_max end