ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Type
# File lib/arjdbc/postgresql/base/oid.rb, line 203 def type; :integer end
# File lib/arjdbc/postgresql/base/oid.rb, line 205 def type_cast(value) return if value.nil? ConnectionAdapters::Column.value_to_integer value end
[Validate]
Generated with the Darkfish Rdoc Generator 2.