JDBC::Dataset
# File lib/sequel/adapters/jdbc/oracle.rb, line 96 96: def convert_type_oracle_timestamp(v) 97: db.to_application_timestamp(v.to_string) 98: end
# File lib/sequel/adapters/jdbc/oracle.rb, line 100 100: def convert_type_proc(v) 101: case v 102: when JAVA_BIG_DECIMAL 103: ORACLE_DECIMAL_METHOD 104: when Java::OracleSql::TIMESTAMP 105: method(:convert_type_oracle_timestamp) 106: else 107: super 108: end 109: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.