Internal {TSgetSymbol}R Documentation

Internal DBI Methods for getSymbols

Description

Pretend getSymbols has DBI methods for connections.

Usage

    ## S4 method for signature 'getSymbolConnection'
dbConnect(drv, dbname, ...)
    ## S4 method for signature 'getSymbolConnection'
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 TSgetSymbol version 2014.10-1 Index]