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

Inherited methods

Method new()

Constructor.

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

The table name.

field

The field name.

Returns

A new instance.


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.


[Package biodb version 1.0.4 Index]