Learn R Programming

RAthena (version 2.6.3)

AthenaDriver: Athena Driver Methods

Description

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

Usage

# S4 method for AthenaDriver
show(object)

# S4 method for AthenaDriver,ANY dbDataType(dbObj, obj, ...)

# S4 method for AthenaDriver,list dbDataType(dbObj, obj, ...)

Arguments

object

Any R object

dbObj

A object inheriting from DBI::DBIDriver or DBI::DBIConnection.

obj

An R object whose SQL type we want to determine.

...

Other arguments passed on to methods.