Represents a qualified identifier (column with table or table with schema).
Included modules
Attributes
Public Class methods
new
(table, column)
Set the table and column to the given arguments
[show source]
# File lib/sequel/sql.rb, line 1398 def initialize(table, column) @table, @column = table, column end