AdbiDriver-class | R Documentation |
AdbiDriver objects are created by adbi()
, and used to select the
correct method in dbConnect()
. They are a superclass of the
DBIDriver class, and used purely for dispatch.
The "Usage" section lists the class methods overridden by adbi.
## S4 method for signature 'AdbiDriver'
dbDataType(dbObj, obj, ...)
## S4 method for signature 'AdbiDriver'
dbGetInfo(dbObj, ...)
## S4 method for signature 'AdbiDriver'
dbIsValid(dbObj, ...)
## S4 method for signature 'AdbiDriver'
show(object)
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. |
object |
Any R object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.