Methods

Class/Module 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 372
def identifier
  Identifier.new(self)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.