Methods

Files

Class/Module Index [+]

Quicksearch

ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Point

Public Instance Methods

type() click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 125
def type; :string end
type_cast(value) click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 127
def type_cast(value)
  if ::String === value
    ConnectionAdapters::PostgreSQLColumn.string_to_point value
  else
    value
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.