OffsetToken
Implements

Description

The token of the OFFSET statement.

Constructor

OffsetToken( value: number )

Parameters

NameTypeDescription
number

Properties

token: "offset"
value: number

Methods

toString( spaces?: number ): string

Parameters

NameTypeDescription
number