Parent

Files

Class/Module Index [+]

Quicksearch

ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Type

Public Instance Methods

infinity(options = {}) click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 11
def infinity(options = {})
  ::Float::INFINITY * (options[:negative] ? -1 : 1)
end
simplified_type(sql_type) click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 9
def simplified_type(sql_type); type end
type() click to toggle source
# File lib/arjdbc/postgresql/base/oid.rb, line 8
def type; end

[Validate]

Generated with the Darkfish Rdoc Generator 2.