ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Type
# File lib/arjdbc/postgresql/base/oid.rb, line 262 def type; :float end
# File lib/arjdbc/postgresql/base/oid.rb, line 264 def type_cast(value) case value when nil; nil when 'Infinity'; ::Float::INFINITY when '-Infinity'; -::Float::INFINITY when 'NaN'; ::Float::NAN else value.to_f end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.