Methods

Files

Class/Module Index [+]

Quicksearch

ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Integer

Public Instance Methods

type() click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 203
def type; :integer end
type_cast(value) click to toggle source
# 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.