Handle CLOB types retrieved via JTDS.
# File lib/sequel/adapters/jdbc/jtds.rb, line 36 def convert_type_proc(v, ctn=nil) if v.is_a?(Java::NetSourceforgeJtdsJdbc::ClobImpl) JTDS_CLOB_METHOD else super end end
Generated with the Darkfish Rdoc Generator 2.