dplyr.teradata (version 0.3.2)

TeradataOdbcConnection: Teradata Odbc Connection Methods

Description

Implementations of pure virtual functions defined in the DBI package for Teradata objects.

Usage

# S4 method for Teradata
show(object)

# S4 method for Teradata,character dbQuoteIdentifier(conn, x, ...)

# S4 method for Teradata,SQL dbQuoteIdentifier(conn, x, ...)

# S4 method for Teradata dbGetInfo(dbObj, ...)

Arguments

object

Any R object

conn

A subclass of '>DBIConnection, representing an active connection to an DBMS.

x

A character vector, SQL or Id object to quote as identifier.

...

Other arguments passed on to methods.

dbObj

An object inheriting from '>DBIObject, i.e. '>DBIDriver, '>DBIConnection, or a '>DBIResult