BiodbSqlExpr: The SQL Expression abstact class.

BiodbSqlExprR Documentation

The SQL Expression abstact class.

Description

The SQL Expression abstact class.

The SQL Expression abstact class.

Details

This abstract class represents an SQL expression.

Methods

Public methods


Method toString()

Converts into a string.

Usage
BiodbSqlExpr$toString()
Returns

A string containing the SQL expression.


Method clone()

The objects of this class are cloneable with this method.

Usage
BiodbSqlExpr$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


pkrog/biodb documentation built on Nov. 29, 2022, 4:24 a.m.