Internal: Internal DBI Methods for histQuote

Description Usage Arguments Details Value

Description

Pretend histQuote has DBI methods for connections.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
    ## S4 method for signature 'histQuoteDriver'
dbConnect(drv, dbname, ...)
    ## S4 method for signature 'histQuoteConnection'
dbDisconnect(conn, ...)

    ## S4 method for signature 'TSzipConnection'
dbConnect(drv, dbname, ...)
    ## S4 method for signature 'TSzipConnection'
dbDisconnect(conn,...)

    ## S4 method for signature 'getSymbolConnection'
dbConnect(drv, dbname, ...)
    ## S4 method for signature 'getSymbolConnection'
dbDisconnect(conn,...)

    ## S4 method for signature 'TSxlsConnection'
dbConnect(drv, dbname, ...)
    ## S4 method for signature 'TSxlsConnection'
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.


TSmisc documentation built on May 2, 2019, 5:47 p.m.

Related to Internal in TSmisc...