| BiodbSqlLogicalOp | R Documentation |
This class represents an SQL logical operator.
This class represents an SQL logical operator.
biodb::BiodbSqlExpr -> BiodbSqlLogicalOp
new()Initializer.
BiodbSqlLogicalOp$new(op)
opThe logical operator, as a string.
Nothing.
addExpr()Add an SQL expression to the logical operator.
BiodbSqlLogicalOp$addExpr(expr)
exprA BiodbSqlExpr instance.
Nothing.
toString()Converts into a string.
BiodbSqlLogicalOp$toString()
A string containing the SQL expression.
clone()The objects of this class are cloneable with this method.
BiodbSqlLogicalOp$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.