Internal {TSmisc} | R Documentation |
Pretend histQuote has DBI methods for connections.
## S4 method for signature 'histQuoteDriver' dbConnect(drv, dbname, ...) ## S4 method for signature 'histQuoteConnection' dbDisconnect(conn, ...) ## S4 method for signature 'TSzipConnection' dbConnect(drv, dbname, ...) ## S4 method for signature 'TSzipConnection' dbDisconnect(conn,...) ## S4 method for signature 'getSymbolConnection' dbConnect(drv, dbname, ...) ## S4 method for signature 'getSymbolConnection' dbDisconnect(conn,...) ## S4 method for signature 'TSxlsConnection' dbConnect(drv, dbname, ...) ## S4 method for signature 'TSxlsConnection' 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.