Methods

Class/Module Index [+]

Quicksearch

Sequel::SQL::QualifyingMethods

Methods that created QualifiedIdentifiers, used for qualifying column names with a table or table names with a schema.

Public Instance Methods

qualify(ts) click to toggle source

Qualify the current object with the given table/schema.

# File lib/sequel/sql.rb, line 379
def qualify(ts)
  QualifiedIdentifier.new(ts, self)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.