Attribute

Type

Description

joins

String

The on clause that makes up the joins

joinType

String

The join type ('Inner join', 'Left outer join', etc) for the entity of the from definition

selectDefinition

SelectDefinition

The SelectDefinition TableType of the from definition

table

String

The name of the entity of the from definition

  • No labels