Methods

Files

Class/Module Index [+]

Quicksearch

ActiveRecord::ConnectionAdapters::PostgreSQL::OID::String

String, Text types do not exist in AR 4.0/4.1 AR reports Identity for them - make it similar

Public Instance Methods

type() click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 25
def type; :string end
type_cast(value) click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 27
def type_cast(value)
  return if value.nil?

  value.to_s
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.