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