Parent

Class Index [+]

Quicksearch

Sequel::JDBC::Oracle::Dataset

Dataset class for Oracle datasets accessed via JDBC.

Constants

JAVA_BIG_DECIMAL
ORACLE_DECIMAL_METHOD

Private Instance Methods

convert_type_oracle_timestamp(v) click to toggle source
    # 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
convert_type_proc(v) click to toggle source
     # 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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.