ExprComp: Composed Expression class.

ExprCompR Documentation

Composed Expression class.

Description

Composed Expression class.

Composed Expression class.

Details

This abstract class is used as a parent class for ExprBinOp and ExprCommOp.

Super classes

sqlq::Statement -> sqlq::Expr -> ExprComp

Methods

Public methods

Inherited methods

Method new()

Initializer.

Usage
ExprComp$new(paren = TRUE)
Arguments
paren

Set to TRUE to enable parenthesis around the expression.

Returns

Nothing.


Method enableParenthesis()

Disable parenthesis around expression.

Usage
ExprComp$enableParenthesis(enabled)
Arguments
enabled

Set to TRUE to enable parenthesis and FALSE to disable them.

Returns

Nothing.


Method clone()

The objects of this class are cloneable with this method.

Usage
ExprComp$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.