TokenKeyword | R Documentation |
TokenKeyword class.
TokenKeyword class.
Represents an SQL keyword such as SELECT, FROM, WHERE, etc.
sqlq::Token
-> TokenKeyword
new()
Initializer.
TokenKeyword$new(kwd)
kwd
The keyword.
Nothing.
toString()
Converts into a string.
TokenKeyword$toString()
A string containing the SQL expression.
clone()
The objects of this class are cloneable with this method.
TokenKeyword$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.