Class | Sequel::SQL::AliasedExpression |
In: |
lib/sequel/sql.rb
|
Parent: | Expression |
Represents an aliasing of an expression to a given alias.
aliaz | -> | alias |
aliaz | [R] | The alias to use for the expression, not alias since that is a keyword in ruby. |
columns | [R] | The columns aliases to use, for when the aliased expression is a record or set of records (such as a dataset). |
expression | [R] | The expression to alias |