Parent

Included Modules

Class Index [+]

Quicksearch

Sequel::LiteralString

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.

Public Instance Methods

lit(*args) click to toggle source
      # File lib/sequel/sql.rb, line 1580
1580:       def lit(*args)
1581:         args.empty? ? self : SQL::PlaceholderLiteralString.new(self, args)
1582:       end
to_sequel_blob() click to toggle source
      # File lib/sequel/sql.rb, line 1584
1584:       def to_sequel_blob
1585:         SQL::Blob.new(self)
1586:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.