Internal {TShistQuote}R Documentation

Internal DBI Methods for histQuote

Description

Pretend histQuote has DBI methods for connections.

Usage

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