Statement | R Documentation |
Abstract class that represents an SQL statement.
Abstract class that represents an SQL statement.
This abstract class represents an SQL statement (FROM, SELECT, WHERE, ...). Note that expressions (Expr class) are a particular type of Statement in sqlq.
new()
Initializer
Statement$new()
Nothing.
getTokens()
Generates the list of tokens representing this statement.
Statement$getTokens()
A list of Token objects.
toString()
Generates the string representation of this statement.
Statement$toString()
A string containing the SQL expression.
clone()
The objects of this class are cloneable with this method.
Statement$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.