StmtFrom: SQL From statement.

StmtFromR Documentation

SQL From statement.

Description

SQL From statement.

SQL From statement.

Super class

sqlq::Statement -> StmtFrom

Methods

Public methods

Inherited methods

Method new()

Initializer.

Usage
StmtFrom$new(tabl)
Arguments
tabl

A table name.

Returns

Nothing.


Method getTokens()

Generates the list of tokens representing this statement.

Usage
StmtFrom$getTokens()
Returns

A list of Token objects.


Method clone()

The objects of this class are cloneable with this method.

Usage
StmtFrom$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

# Example a FROM statement:
StmtFrom$new('books')


sqlq documentation built on Sept. 16, 2025, 9:10 a.m.