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