OdbcDriver | R Documentation |
Implementations of pure virtual functions defined in the DBI
package
for OdbcDriver objects.
## S4 method for signature 'OdbcDriver'
show(object)
## S4 method for signature 'OdbcDriver,ANY'
dbDataType(dbObj, obj, ...)
## S4 method for signature 'OdbcDriver,list'
dbDataType(dbObj, obj, ...)
## S4 method for signature 'OdbcDriver,data.frame'
dbDataType(dbObj, obj, ...)
## S4 method for signature 'OdbcDriver'
dbIsValid(dbObj, ...)
## S4 method for signature 'OdbcDriver'
dbGetInfo(dbObj, ...)
object |
Any R 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.