ExprValue | R Documentation |
This class represents an SQL value.
This class represents an SQL value.
Used to reprensent an SQL value.
sqlq::Statement
-> sqlq::Expr
-> ExprValue
new()
Initializer.
ExprValue$new(value)
value
The value.
Nothing.
getTokens()
Generates the list of tokens representing this statement.
ExprValue$getTokens()
A list of Token objects.
clone()
The objects of this class are cloneable with this method.
ExprValue$clone(deep = FALSE)
deep
Whether to make a deep clone.
# To generate the integer value 30:
ExprValue$new(30L)
# To generate the string value "abcd":
ExprValue$new("abcd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.