BiodbSqlValue {biodb}R Documentation

This class represents an SQL value.

Description

This class represents an SQL value.

This class represents an SQL value.

Super class

biodb::BiodbSqlExpr -> BiodbSqlValue

Methods

Public methods

Inherited methods

Method new()

Initializer.

Usage
BiodbSqlValue$new(value)
Arguments
value

The value.

Returns

Nothing.


Method toString()

Converts into a string.

Usage
BiodbSqlValue$toString()
Returns

A string containing the SQL expression.


Method clone()

The objects of this class are cloneable with this method.

Usage
BiodbSqlValue$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package biodb version 1.2.2 Index]