Parent

Methods

Class/Module Index [+]

Quicksearch

Range

Public Instance Methods

pg_range(db_type=nil) click to toggle source

Create a new PGRange using the receiver as the input range, with the given database type.

# File lib/sequel/extensions/pg_range.rb, line 526
def pg_range(db_type=nil)
  Sequel::Postgres::PGRange.from_range(self, db_type)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.