TokenValue: Token value class.

TokenValueR Documentation

Token value class.

Description

Token value class.

Token value class.

Details

Represents a SQL value such as a number or a string.

Super class

sqlq::Token -> TokenValue

Methods

Public methods


Method new()

Initializer.

Usage
TokenValue$new(value)
Arguments
value

The value.

Returns

Nothing.


Method toString()

Converts into a string.

Usage
TokenValue$toString()
Returns

A string containing the SQL expression.


Method clone()

The objects of this class are cloneable with this method.

Usage
TokenValue$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.