SQL::Query::TableReference Object

Description

Internal use only.

Properties

OwnerCharacter

Read Write. The name of the table owner. Note: Schema is not supported yet.

NameCharacter

Read Write. The base name of the table.

AliasCharacter

Read Write. A unique name for the table. This is used in cases where two tables have defined same column name or when a table is joined to itself.

JoinList of SQL::Query::Join

Read Write. A list of join clauses. Note: The join object includes a property that is a table reference itself. This can nest multiple levels.

TokenTypeNameCharacter

Read Only. "SelectTableReference".