StmtSelect: Abstract SELECT statement.

StmtSelectR Documentation

Abstract SELECT statement.

Description

Abstract SELECT statement.

Abstract SELECT statement.

Details

This is an abstract class representing a SQL SELECT statement. It is inherited by concrete classes StmtSelectAll and StmtSelectFields.

Super class

sqlq::Statement -> StmtSelect

Methods

Public methods

Inherited methods

Method new()

Initializer

Usage
StmtSelect$new(distinct = FALSE)
Arguments
distinct

Set to TRUE enable distinct keyword and remove duplicate results.

Returns

Nothing.


Method clone()

The objects of this class are cloneable with this method.

Usage
StmtSelect$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

StmtSelectAll, StmtSelectFields

Examples

# No example provided, as this class is abstract.


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