Methods

Class/Module Index [+]

Quicksearch

Sequel::Postgres::RangeOp

The RangeOp class is a simple container for a single object that defines methods that yield Sequel expression objects representing PostgreSQL range operators and functions.

Most methods in this class are defined via metaprogramming, see the pg_range_ops extension documentation for details on the API.

Constants

FUNCTIONS
OPERATORS

Public Instance Methods

pg_range() click to toggle source

Return the receiver.

# File lib/sequel/extensions/pg_range_ops.rb, line 89
def pg_range
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.