Description Usage Arguments Examples
Objects of class 'KineticaId' have a single slot 'name', which is a named character vector. The [dbQuoteIdentifier()] method converts 'KineticaId' objects to strings. Support for 'KineticaId' 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. 'schema', 'table', or 'cluster', 'catalog', 'schema', 'table'. For more on these concepts, see http://stackoverflow.com/questions/7022755/ |
1 2 3 | KineticaId(schema = "dbo", table = "Customer")
dbQuoteIdentifier(Kinetica(), KineticaId(schema = "ki_home", table = "nyctaxi"))
KineticaId(schema = "myschema", table = "mytable")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.