Handle CLOB types retrieved via JTDS.
# File lib/sequel/adapters/jdbc/jtds.rb, line 19 19: def convert_type_proc(v) 20: if v.is_a?(Java::NetSourceforgeJtdsJdbc::ClobImpl) 21: JTDS_CLOB_METHOD 22: else 23: super 24: end 25: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.