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

Description Usage Arguments Examples

Description

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

Usage

1
2
3
4
5
6
7
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

Examples

1
2
3
x <- Table("a", "b")
x
dbQuoteIdentifier(ANSI(), x)

rstats-db/SQL documentation built on May 28, 2019, 3:35 a.m.