Odbc Driver Methods
Implementations of pure virtual functions defined in the DBI
package for OdbcDriver objects.
class
## 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 DBI::DBIDriver
or DBI::DBIConnection
obj
: An R object whose SQL type we want to determine.
...
: Other arguments passed on to methods.
Useful links