class Sequel::JDBC::JTDS::Dataset
Dataset class for JTDS datasets accessed via JDBC.
def convert_type_proc(v)
def convert_type_proc(v) if v.is_a?(Java::NetSourceforgeJtdsJdbc::ClobImpl) JTDS_CLOB_METHOD else super end end
Dataset class for JTDS datasets accessed via JDBC.
def convert_type_proc(v) if v.is_a?(Java::NetSourceforgeJtdsJdbc::ClobImpl) JTDS_CLOB_METHOD else super end end