class ArJdbc::MSSQL::UnicodeVarcharMaxType

@private

Public Instance Methods

limit() click to toggle source
# File lib/arjdbc/mssql/types.rb, line 281
def limit; @limit ||= 2_147_483_647 end
type() click to toggle source
# File lib/arjdbc/mssql/types.rb, line 280
def type; :text end