Implementations of pure virtual functions defined in the DBI
package
for OdbcDriver objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## 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.