StmtDelete: DELETE FROM statement.

StmtDeleteR Documentation

DELETE FROM statement.

Description

DELETE FROM statement.

DELETE FROM statement.

Super class

sqlq::Statement -> StmtDelete

Methods

Public methods

Inherited methods

Method new()

Initializer.

Usage
StmtDelete$new(tabl)
Arguments
tabl

A table name.

Returns

Nothing.


Method getTokens()

Generates the list of tokens representing this statement.

Usage
StmtDelete$getTokens()
Returns

A list of Token objects.


Method clone()

The objects of this class are cloneable with this method.

Usage
StmtDelete$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

# Simple DELETE statement:
StmtDelete$new('books')


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