TokenSymbol | R Documentation |
TokenSymbol class.
TokenSymbol class.
Represents a SQL symbol such as *, +, -, /, =, <, >, etc.
sqlq::Token
-> TokenSymbol
new()
Initializer.
TokenSymbol$new(symbol)
symbol
The symbol.
Nothing.
toString()
Converts into a string.
TokenSymbol$toString()
A string containing the SQL expression.
clone()
The objects of this class are cloneable with this method.
TokenSymbol$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.