DomoConnection | R Documentation |
Implementations of pure virtual functions defined in the DBI
package
for DomoConnection objects.
## S4 method for signature 'DomoConnection' show(object) ## S4 method for signature 'DomoConnection' dbIsValid(dbObj, ...) ## S4 method for signature 'DomoConnection' dbDisconnect(conn, ...) ## S4 method for signature 'DomoConnection,ANY' dbDataType(dbObj, obj, ...) ## S4 method for signature 'DomoConnection,data.frame' dbDataType(dbObj, obj, ...) ## S4 method for signature 'DomoConnection' dbGetInfo(dbObj, ...)
object |
Any R object |
dbObj |
An object inheriting from DBIObject, i.e. DBIDriver, DBIConnection, or a DBIResult |
... |
Other arguments to methods. |
conn |
A DBIConnection object, as returned by
|
obj |
An R object whose SQL type we want to determine. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.