ExprList | R Documentation |
This class represents an SQL list.
This class represents an SQL list.
An abstract class to represent a list. Used by ExprListValues and ExprListFields.
sqlq::Statement
-> sqlq::Expr
-> ExprList
new()
Initializer.
ExprList$new(expr)
expr
A list of Expr instances.
Nothing.
getTokens()
Generates the list of tokens representing this statement.
ExprList$getTokens()
A list of Token objects.
clone()
The objects of this class are cloneable with this method.
ExprList$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.