Sequel::SQL::GenericExpression
Represents a qualified identifier (column with table or table with schema).
The column/table referenced
The table/schema qualifying the reference
Set the table and column to the given arguments
# File lib/sequel/sql.rb, line 1397 def initialize(table, column) @table, @column = table, column end
[Validate]
Generated with the Darkfish Rdoc Generator 2.