Learn R Programming

pool (version 0.1.0.9000)

DBI-object: DBIObject methods.

Description

Pool object wrappers around DBIObject methods. See dbDataType, dbGetInfo and dbIsValid for the original documentation.

Usage

# S4 method for Pool
dbDataType(dbObj, obj, ...)

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

# S4 method for Pool dbIsValid(dbObj, obj, ...)

Arguments

dbObj, obj, ...