GroupTokenImplements
Implements
Description
The token of the GROUP BY
statement.
Constructor
GroupToken( conditions: (BracketedExpressionToken | FunctionToken | VariableToken | AssigmentToken)[] )
Parameters
Name | Type | Description |
---|---|---|
(BracketedExpressionToken | FunctionToken | VariableToken | AssigmentToken)[] |
Properties
token: "group"
conditions: (ConstraintToken | AssigmentToken | VariableToken)[]
Methods
toString( spaces?: number ): string
Parameters
Name | Type | Description |
---|---|---|
number |