TokenValue | R Documentation |
Token value class.
Token value class.
Represents a SQL value such as a number or a string.
sqlq::Token
-> TokenValue
new()
Initializer.
TokenValue$new(value)
value
The value.
Nothing.
toString()
Converts into a string.
TokenValue$toString()
A string containing the SQL expression.
clone()
The objects of this class are cloneable with this method.
TokenValue$clone(deep = FALSE)
deep
Whether to make a deep clone.
# No example since this class is not exported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.