You are here: Symbol Reference > Classes > TLzJoin Class
ContentsIndexHome
PreviousUpNext
TLzJoin Class
File

sqlstatement

Pascal
TLzJoin = class(TLz_node);
Description

 

Elements in from clause were represented by one or more TLzJoin objects. 

 

 

 

Theta joins, which use the WHERE clause to establish the filtering criteria, are the "old" way to do join operations. 

In such type of join, each table in from clause have a corresponding TlzJoin object with JoinTableType = jttNone 

 

 

See Also

JoinTables 

TLzJoinList 

TLzJoinItem 

Hierarchy
Related Information
Gudu software http://www.sqlparser.com
Send comments about this topic.