Methods

Class/Module Index [+]

Quicksearch

Sequel::SQL::AliasMethods

Methods that create aliased identifiers

Public Instance Methods

as(aliaz) click to toggle source

Create an SQL column alias of the receiving column or expression to the given alias.

# File lib/sequel/sql.rb, line 185
def as(aliaz)
  AliasedExpression.new(self, aliaz)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.