Methods

Class Index [+]

Quicksearch

Sequel::SQL::AliasedExpression

Represents an aliasing of an expression to a given alias.

Attributes

expression[R]

The expression to alias

aliaz[R]

The alias to use for the expression, not alias since that is a keyword in ruby.

Public Class Methods

new(expression, aliaz) click to toggle source

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.