BiodbSqlValue: This class represents an SQL value.

BiodbSqlValueR 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


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.


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