TokenEmpty | R Documentation |
Empty token class.
Empty token class.
This class represents an empty SQL token. It is used in situations where a token is required by the structure of the code, but no actual SQL code needs to be generated.
sqlq::Token
-> TokenEmpty
new()
Initializer.
TokenEmpty$new()
Nothing.
toString()
Converts into a string.
TokenEmpty$toString()
A string containing the SQL expression.
clone()
The objects of this class are cloneable with this method.
TokenEmpty$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.