Internal: Internal DBI Methods for TSsdmx

Description Usage Arguments Details Value

Description

Pretend TSsdmx has DBI methods for connections.

Usage

1
2
3
4
    ## S4 method for signature 'TSsdmxConnection'
dbConnect(drv, dbname, ...)
    ## S4 method for signature '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.

Value

Depends.


TSsdmx documentation built on May 2, 2019, 5:26 p.m.

Related to Internal in TSsdmx...