BiodbSqlList: This class represents an SQL list.

BiodbSqlListR Documentation

This class represents an SQL list.

Description

This class represents an SQL list.

This class represents an SQL list.

Super class

biodb::BiodbSqlExpr -> BiodbSqlList

Methods

Public methods


Method new()

Initializer.

Usage
BiodbSqlList$new(values)
Arguments
values

The values of the list.

Returns

Nothing.


Method toString()

Converts into a string.

Usage
BiodbSqlList$toString()
Returns

A string containing the SQL expression.


Method clone()

The objects of this class are cloneable with this method.

Usage
BiodbSqlList$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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