StmtFrom | R Documentation |
SQL From statement.
SQL From statement.
sqlq::Statement
-> StmtFrom
new()
Initializer.
StmtFrom$new(tabl)
tabl
A table name.
Nothing.
getTokens()
Generates the list of tokens representing this statement.
StmtFrom$getTokens()
A list of Token objects.
clone()
The objects of this class are cloneable with this method.
StmtFrom$clone(deep = FALSE)
deep
Whether to make a deep clone.
# Example a FROM statement:
StmtFrom$new('books')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.