Token | R Documentation |
Abstract Token class.
Abstract Token class.
This is an abstract class representing a SQL token. It is inherited by
concrete token classes such as TokenValue
and TokenIdentifier
.
toString()
Convert this object into a string.
Token$toString()
A character value.
clone()
The objects of this class are cloneable with this method.
Token$clone(deep = FALSE)
deep
Whether to make a deep clone.
# No example provided, as this class is abstract.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.