Methods

Class Index [+]

Quicksearch

Sequel::SQL::IdentifierMethods

Includes an identifier method that returns Identifiers.

Public Instance Methods

identifier() click to toggle source

Return self wrapped as an SQL::Identifier.

  :a__b # "a"."b"
  :a__b.identifier # "a__b"
     # File lib/sequel/sql.rb, line 655
655:       def identifier
656:         Identifier.new(self)
657:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.