Internal {TSfame}R Documentation

Internal DBI Methods for TSfame

Description

Pretend TSfame has DBI methods for connections.

Usage

    ## 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.


[Package TSfame version 2015.12-1 Index]