Methods

Class/Module Index [+]

Quicksearch

Sequel::SQL::QualifiedIdentifier

Represents a qualified (column with table or table with schema) reference.

Attributes

column[R]

The column to reference

table[R]

The table to reference

Public Class Methods

new(table, column) click to toggle source

Set the table and column to the given arguments

# File lib/sequel/sql.rb, line 791
def initialize(table, column)
  @table, @column = table, column
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.