Class/Module Index [+]

Quicksearch

Sequel::SQL::InequalityMethods

This module includes the inequality methods (>, <, >=, <=) that are defined on objects that can be used in a numeric or string context in SQL.

Sequel.lit('a') > :b # a > "b"
Sequel.lit('a') < :b # a > "b"
Sequel.lit('a') >= :b # a >= "b"
Sequel.lit('a') <= :b # a <= "b"

[Validate]

Generated with the Darkfish Rdoc Generator 2.