Attribute

Type

Description

fullLeftTableName

String

The fully qualified name of the left entity.

fullRightTableName

String

The fully qualified name of the right entity.

isJoin(int tableKey1, int tableKey2)

boolean

Returns a boolean for whether the join type is between two entities.

leftTableName

String

The name of the left entity.

leftSchemaName

String

The schema name of the left entity.

queryJoinType

QueryJoinType

The QueryJoinType of the join type.

rightTableName

String

The name of the right entity.

rightSchemaName

String

The schema name of the right entity.

  • No labels