Methods

Included Modules

Class Index [+]

Quicksearch

Sequel::SQL::QualifiedIdentifier

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

Attributes

column[R]

The column/table referenced

table[R]

The table/schema qualifying the 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 1267
1267:       def initialize(table, column)
1268:         @table, @column = table, column
1269:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.