Internal: Internal DBI Methods for TSsdmx
Description
Pretend TSsdmx has DBI methods for connections.Usage
## S3 method for class 'TSsdmxConnection':
dbConnect(drv, dbname, ...)
## S3 method for class 'TSsdmxConnection':
dbDisconnect(conn,...)Arguments
drv
a database driver object.
dbname
a character string indicating the name of a database.
conn
a database connection object.
...
Arguments passed to methods.
Details
These methods just fake DBI connections.