Class | Sequel::LiteralString |
In: |
lib/sequel/sql.rb
lib/sequel/extensions/pg_array_ops.rb lib/sequel/extensions/pg_hstore_ops.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.