Rdocumentation
powered by
Learn R Programming
DBI (version 0.5-1)
Table-class: Refer to a table nested in a hierarchy (e.g. within a schema)
Description
Refer to a table nested in a hierarchy (e.g. within a schema)
Usage
Table(...)
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/