KineticaId: Refer to a table nested in a hierarchy (e.g. within a schema)

Description Usage Arguments Examples

View source: R/kineticaId.R

Description

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()].

Usage

1

Arguments

...

Components of the hierarchy, e.g. 'schema', 'table', or 'cluster', 'catalog', 'schema', 'table'. For more on these concepts, see http://stackoverflow.com/questions/7022755/

Examples

1
2
3
KineticaId(schema = "dbo", table = "Customer")
dbQuoteIdentifier(Kinetica(), KineticaId(schema = "ki_home", table = "nyctaxi"))
KineticaId(schema = "myschema", table = "mytable")

kineticadb/RKinetica documentation built on Sept. 29, 2020, 5:38 p.m.