Class Sequel::LiteralString
In: lib/sequel_core/sql.rb
Parent: ::String

LiteralString is used to represent literal SQL expressions. A LiteralString is copied verbatim into an SQL statement. Instances of LiteralString can be created by calling String#lit. LiteralStrings can also use all of the SQL::OrderMethods and the SQL::ComplexExpressionMethods.

Included Modules

SQL::OrderMethods SQL::ComplexExpressionMethods SQL::BooleanMethods SQL::NumericMethods SQL::StringMethods SQL::InequalityMethods

[Validate]