| BiodbSqlValue {biodb} | R Documentation |
This class represents an SQL value.
This class represents an SQL value.
biodb::BiodbSqlExpr -> BiodbSqlValue
new()Constructor.
BiodbSqlValue$new(value)
valueThe value.
A new instance.
toString()Converts into a string.
BiodbSqlValue$toString()
A string containing the SQL expression.
clone()The objects of this class are cloneable with this method.
BiodbSqlValue$clone(deep = FALSE)
deepWhether to make a deep clone.