Module Sequel::SQL::InequalityMethods
In: lib/sequel/sql.rb

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

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

[Validate]