Internal: Internal DBI Methods for TSodbc

Description Usage Arguments Details Value

Description

Pretend TSodbc has DBI methods for connections.

Usage

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

    ## S4 method for signature 'RODBC,character,ANY'
dropTStable(con, Table, 
                           yesIknowWhatIamDoing=FALSE)

    ## S4 method for signature 'RODBC,character'
dbExistsTable(conn, name, ...)
    ## S4 method for signature 'RODBC,character'
dbRemoveTable(conn, name, ...)
    ## S4 method for signature 'RODBC,character'
dbGetQuery(conn, statement, ...)
    ## S4 method for signature 'RODBC'
dbListTables(conn,...)

Arguments

drv

a database driver object.

dbname

a character string indicating the name of a database.

conn

a database connection object.

name

A database table.

statement

Character string with an SQL statement.

yesIknowWhatIamDoing

logical to help prevent accidents.

...

Arguments passed to methods.

Details

These methods just fake DBI connections.

Value

Depends.


TSodbc documentation built on May 2, 2019, 4:50 a.m.

Related to Internal in TSodbc...