AdbiDriver objects are created by adbi(), and used to select the
correct method in DBI::dbConnect(). They are a superclass of the
DBI::DBIDriver class, and used purely for dispatch.
The "Usage" section lists the class methods overridden by adbi.
# S4 method for AdbiDriver
dbDataType(dbObj, obj, ...)# S4 method for AdbiDriver
dbGetInfo(dbObj, ...)
# S4 method for AdbiDriver
dbIsValid(dbObj, ...)
# S4 method for AdbiDriver
show(object)
A object inheriting from DBI::DBIDriver or DBI::DBIConnection
An R object whose SQL type we want to determine.
Other arguments passed on to methods.
Any R object