Internal {TSjson}R Documentation

Internal DBI Methods for TSjson

Description

Pretend TSjson has DBI methods for connections.

Usage

    ## 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.


[Package TSjson version 2015.1-1 Index]