Class Sequel::LiteralString
In: lib/sequel/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.

Included Modules

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

[Validate]