Object
# File lib/arjdbc/postgresql/base/oid.rb, line 11 def infinity(options = {}) ::Float::INFINITY * (options[:negative] ? -1 : 1) end
# File lib/arjdbc/postgresql/base/oid.rb, line 9 def simplified_type(sql_type); type end
# File lib/arjdbc/postgresql/base/oid.rb, line 8 def type; end
[Validate]
Generated with the Darkfish Rdoc Generator 2.