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: stringmodifier?: "DISTINCT" | "REDUCED"projections: (VariableToken | AssigmentToken)[]Methods
addProjection( ...projections: ProjectableToken[] ): thisParameters
| Name | Type | Description |
|---|---|---|
| ProjectableToken[] |
toString( spaces?: number ): stringParameters
| Name | Type | Description |
|---|---|---|
| number |