BiodbSqlField: This class represents an SQL field.

BiodbSqlFieldR Documentation

This class represents an SQL field.

Description

This class represents an SQL field.

This class represents an SQL field.

Super class

biodb::BiodbSqlExpr -> BiodbSqlField

Methods

Public methods


Method new()

Initializer.

Usage
BiodbSqlField$new(table = NA_character_, field)
Arguments
table

The table name.

field

The field name.

Returns

Nothing.


Method toString()

Converts into a string.

Usage
BiodbSqlField$toString()
Returns

A string containing the SQL expression.


Method clone()

The objects of this class are cloneable with this method.

Usage
BiodbSqlField$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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