JDBC::Dataset
Handle PostgreSQL array and object types. Object types are just turned into strings, similarly to how the native adapter treats the types.
# File lib/sequel/adapters/jdbc/postgresql.rb, line 88 88: def convert_type_proc(v) 89: case v 90: when Java::OrgPostgresqlJdbc4::Jdbc4Array 91: PG_ARRAY_METHOD 92: when Java::OrgPostgresqlUtil::PGobject 93: PG_OBJECT_METHOD 94: else 95: super 96: end 97: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.