Token: Abstract Token class.

TokenR Documentation

Abstract Token class.

Description

Abstract Token class.

Abstract Token class.

Details

This is an abstract class representing a SQL token. It is inherited by concrete token classes such as TokenValue and TokenIdentifier.

Methods

Public methods


Method toString()

Convert this object into a string.

Usage
Token$toString()
Returns

A character value.


Method clone()

The objects of this class are cloneable with this method.

Usage
Token$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

# No example provided, as this class is abstract.


sqlq documentation built on Sept. 16, 2025, 9:10 a.m.