Internal {TSodbc}R Documentation

Internal DBI Methods for TSodbc

Description

Pretend TSodbc has DBI methods for connections.

Usage

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


[Package TSodbc version 2015.4-1 Index]