Sequel::SQL::Expression
Represents an aliasing of an expression to a given alias.
The expression to alias
The alias to use for the expression, not alias since that is a keyword in ruby.
Create an object with the given expression and alias.
# File lib/sequel/sql.rb, line 844 844: def initialize(expression, aliaz) 845: @expression, @aliaz = expression, aliaz 846: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.