Methods

Files

Class/Module Index [+]

Quicksearch

ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Uuid

Public Instance Methods

type() click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 347
def type; :uuid end
type_cast(value) click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 348
def type_cast(value)
  value.presence
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.