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

The public members of the TLzJoin class are listed here.

Methods
Method 
Description 

Resort join items with relationship of table connected. 
Properties
Property 
Description 

List of join items connected to first data source (JoinTable or JoinJoin

First data source been connected is a join. This property points to that join. 

First data source been connected is a table.This property points to the table. 

jttNone
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

Check JoinTable for table information.

jttTable
The first data source been connected to is a table.
Check JoinTable for table information.

jttJoin
The first data source been connected to is a TLzJoin object.
Check JoinJoin for join inforamtion. 
Gudu software http://www.sqlparser.com
Send comments about this topic.