BiodbSqlBinaryOp | R Documentation |
This class represents an SQL binary operator.
This class represents an SQL binary operator.
biodb::BiodbSqlExpr
-> BiodbSqlBinaryOp
new()
Initializer.
BiodbSqlBinaryOp$new(lexpr, op, rexpr)
lexpr
A BiodbSqlExpr instance for the left part.
op
The binary operator, as a string.
rexpr
A BiodbSqlExpr instance for the right part.
Nothing.
toString()
Converts into a string.
BiodbSqlBinaryOp$toString()
A string containing the SQL expression.
clone()
The objects of this class are cloneable with this method.
BiodbSqlBinaryOp$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.