Internal: Internal DBI Methods for TSjson

Description Usage Arguments Details Value

Description

Pretend TSjson has DBI methods for connections.

Usage

1
2
3
4
    ## S4 method for signature 'TSjsonConnection'
dbConnect(drv, dbname, ...)
    ## S4 method for signature 'TSjsonConnection'
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.


TSjson documentation built on May 2, 2019, 4:50 p.m.

Related to Internal in TSjson...