HavingToken
Implements

Description

The token of the HAVING statement.

Constructor

HavingToken( conditions: ConstraintToken[] )

Parameters

NameTypeDescription
ConstraintToken[]

Properties

token: "having"
conditions: ConstraintToken[]

Methods

toString( spaces?: number ): string

Parameters

NameTypeDescription
number