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.