ODBCDriver-class {RODBCDBI} | R Documentation |
ODBCDriver and methods.
Description
An ODBC driver implementing the R database (DBI) API.
This class should always be initialized with the ODBC()
function.
It returns an object that allows you to connect to ODBC.
Nothing to do for ODBCDriver case
Usage
## S4 method for signature 'ODBCDriver'
dbUnloadDriver(drv, ...)
## S4 method for signature 'ODBCDriver'
dbIsValid(dbObj)
## S4 method for signature 'ODBCDriver'
dbGetInfo(dbObj, ...)
[Package RODBCDBI version 0.1.1 Index]