module Sequel::SQL

The SQL module holds classes whose instances represent SQL fragments. It also holds modules that are included in core ruby classes that make Sequel a friendly DSL.

Constants

SQLArray

Represents an SQL value list (IN/NOT IN predicate value). Added so it is possible to deal with a ruby array of two element arrays as an SQL value list instead of an ordered hash-like conditions specifier.