Internal: Internal DBI Methods for histQuote

Description Usage Arguments Details Value

Description

Pretend histQuote has DBI methods for connections.

Usage

1
2
3
4
    ## 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.


TShistQuote documentation built on Sept. 23, 2019, 3 a.m.