Methods

Class/Module Index [+]

Quicksearch

Sequel::SQL::BooleanMethods

This module includes the methods that are defined on objects that can be used in a boolean context in SQL (Symbol, LiteralString, SQL::Function, and SQL::BooleanExpression).

This defines the ~ (NOT), & (AND), and | (OR) methods.

Public Instance Methods

~() click to toggle source

Create a new BooleanExpression with NOT, representing the inversion of whatever self represents.

# File lib/sequel/sql.rb, line 218
def ~
  BooleanExpression.invert(self)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.