Methods that created QualifiedIdentifiers, used for qualifying column names with a table or table names with a schema.
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.