| 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)
lexprA BiodbSqlExpr instance for the left part.
opThe binary operator, as a string.
rexprA 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.