Internal: Internal DBI Methods for TSfame

Description Usage Arguments Details Value

Description

Pretend TSfame has DBI methods for connections.

Usage

1
2
3
4
5
6
7
8
9
    ## 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,...)

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.


TSfame documentation built on May 2, 2019, 6:50 p.m.

Related to Internal in TSfame...