TokenIdentifier | R Documentation |
TokenIdentifier class.
TokenIdentifier class.
This class represents a SQL identifier token, such as a table or column name.
sqlq::Token
-> TokenIdentifier
new()
Initializer.
TokenIdentifier$new(id)
id
The identifier.
Nothing.
toString()
Converts into a string.
TokenIdentifier$toString()
A string containing the SQL expression.
clone()
The objects of this class are cloneable with this method.
TokenIdentifier$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.