SharedSelectTokenExtends
Extends
Description
Abstract class of the shared data of SELECT and SUB-SELECT statements.
Constructor
SharedSelectToken( modifier?: "DISTINCT" | "REDUCED" )
Parameters
Name | Type | Description |
---|---|---|
"DISTINCT" | "REDUCED" |
Properties
token: string
modifier?: "DISTINCT" | "REDUCED"
projections: (VariableToken | AssigmentToken)[]
Methods
addProjection( ...projections: ProjectableToken[] ): this
Parameters
Name | Type | Description |
---|---|---|
ProjectableToken[] |
toString( spaces?: number ): string
Parameters
Name | Type | Description |
---|---|---|
number |