OdbcDriver: Odbc Driver Methods
Description
Implementations of pure virtual functions defined in the DBI package
for OdbcDriver objects.
Usage
"show"(object)
"dbDataType"(dbObj, obj, ...)
"dbDataType"(dbObj, obj, ...)
"dbIsValid"(dbObj, ...)
"dbGetInfo"(dbObj, ...)
Arguments
dbObj
A object inheriting from DBIDriver
or DBIConnection
obj
An R object whose SQL type we want to determine.
...
Other arguments passed on to methods.