Class Range
In: lib/sequel/extensions/pg_range.rb
Parent: Object

Methods

pg_range  

Public Instance methods

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

[Source]

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

[Validate]