StmtSelect | R Documentation |
Abstract SELECT statement.
Abstract SELECT statement.
This is an abstract class representing a SQL SELECT statement. It is
inherited by concrete classes StmtSelectAll
and StmtSelectFields
.
sqlq::Statement
-> StmtSelect
new()
Initializer
StmtSelect$new(distinct = FALSE)
distinct
Set to TRUE enable distinct
keyword and remove
duplicate results.
Nothing.
clone()
The objects of this class are cloneable with this method.
StmtSelect$clone(deep = FALSE)
deep
Whether to make a deep clone.
StmtSelectAll
, StmtSelectFields
# No example provided, as this class is abstract.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.