Class | Sequel::SQL::QualifiedIdentifier |
In: |
lib/sequel_core/sql.rb
|
Parent: | GenericExpression |
Represents a qualified (column with table) reference. Used when joining tables to disambiguate columns.
column | [R] | The table and column to reference |
table | [R] | The table and column to reference |