Module: Sequel::SQL::InequalityMethods

Included in:
ComplexExpressionMethods, NumericExpression, StringExpression
Defined in:
lib/sequel_core/sql.rb

Overview

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

This defines the >, <, >=, and <= methods.