Methods

Class/Module Index [+]

Quicksearch

Sequel::SQL::AliasedExpression

Represents an aliasing of an expression to a given alias.

Attributes

aliaz[R]

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

expression[R]

The expression to alias

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 928
def initialize(expression, aliaz)
  @expression, @aliaz = expression, aliaz
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.