Description Usage Arguments Examples
Objects of class Id
have a single slot name
, which is a named
character vector.
The dbQuoteIdentifier()
method converts Id
objects to strings.
Support for Id
objects depends on the database backend.
They can be used in the following methods as name
argument:
dbCreateTable()
dbAppendTable()
dbReadTable()
dbWriteTable()
dbExistsTable()
dbRemoveTable()
Objects of this class are also returned from dbListObjects()
.
1 |
... |
Components of the hierarchy, e.g. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.