StmtDelete | R Documentation |
DELETE FROM statement.
DELETE FROM statement.
sqlq::Statement
-> StmtDelete
new()
Initializer.
StmtDelete$new(tabl)
tabl
A table name.
Nothing.
getTokens()
Generates the list of tokens representing this statement.
StmtDelete$getTokens()
A list of Token objects.
clone()
The objects of this class are cloneable with this method.
StmtDelete$clone(deep = FALSE)
deep
Whether to make a deep clone.
# Simple DELETE statement:
StmtDelete$new('books')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.