Table-class {DBI}R Documentation

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

## S4 method for signature 'DBIConnection,Table'
dbQuoteIdentifier(conn, x, ...)

## S4 method for signature 'Table'
show(object)

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/

conn, x

Connection and Table used when escaping.

object

Table object to print


[Package DBI version 0.4-1 Index]