Internal {TSfame} | R Documentation |
Pretend TSfame has DBI methods for connections.
## S4 method for signature 'fameLocalConnection' dbConnect(drv, dbname, ...) ## S4 method for signature 'fameServerConnection' dbConnect(drv, dbname, ...) ## S4 method for signature 'fameLocalConnection' dbDisconnect(conn,...) ## S4 method for signature 'fameServerConnection' dbDisconnect(conn,...)
drv |
a database driver object. |
dbname |
a character string indicating the name of a database. |
conn |
a database connection object. |
... |
Arguments passed to methods. |
These methods just fake DBI connections.
Depends.