BiodbSqlExpr {biodb} | R Documentation |
The SQL Expression abstact class.
The SQL Expression abstact class.
This abstract class represents an SQL expression.
toString()
Converts into a string.
BiodbSqlExpr$toString()
A string containing the SQL expression.
clone()
The objects of this class are cloneable with this method.
BiodbSqlExpr$clone(deep = FALSE)
deep
Whether to make a deep clone.