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