BiodbSqlList {biodb}R 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

Inherited 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.


[Package biodb version 1.2.0 Index]