Expr: Expression abstact class.

ExprR Documentation

Expression abstact class.

Description

This abstract class represents an SQL expression.

Super class

sqlq::Statement -> Expr

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
Expr$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

# No example provided, as this class is abstract.


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