TokenIdentifier: TokenIdentifier class.

TokenIdentifierR Documentation

TokenIdentifier class.

Description

TokenIdentifier class.

TokenIdentifier class.

Details

This class represents a SQL identifier token, such as a table or column name.

Super class

sqlq::Token -> TokenIdentifier

Methods

Public methods


Method new()

Initializer.

Usage
TokenIdentifier$new(id)
Arguments
id

The identifier.

Returns

Nothing.


Method toString()

Converts into a string.

Usage
TokenIdentifier$toString()
Returns

A string containing the SQL expression.


Method clone()

The objects of this class are cloneable with this method.

Usage
TokenIdentifier$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

# No example since this class is not exported.


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