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