Implementations of pure virtual functions defined in the DBI
package
for OdbcConnection objects.
# S4 method for OdbcConnection
show(object)# S4 method for OdbcConnection
dbIsValid(dbObj, ...)
# S4 method for OdbcConnection
dbDisconnect(conn, ...)
# S4 method for OdbcConnection,character
dbSendQuery(conn, statement, ...)
# S4 method for OdbcConnection,character
dbSendStatement(conn, statement, ...)
# S4 method for OdbcConnection,ANY
dbDataType(dbObj, obj, ...)
# S4 method for OdbcConnection,character
dbQuoteString(conn, x, ...)
# S4 method for OdbcConnection,character
dbQuoteIdentifier(conn, x, ...)
# S4 method for OdbcConnection
dbListTables(conn, ...)
# S4 method for OdbcConnection,character
dbExistsTable(conn, name, ...)
# S4 method for OdbcConnection,character
dbListFields(conn, name, ...)
# S4 method for OdbcConnection,character
dbRemoveTable(conn, name, ...)
# S4 method for OdbcConnection
dbGetInfo(dbObj, ...)
# S4 method for OdbcConnection,character
dbGetQuery(conn, statement, ...)
# S4 method for OdbcConnection
dbBegin(conn, ...)
# S4 method for OdbcConnection
dbCommit(conn, ...)
# S4 method for OdbcConnection
dbRollback(conn, ...)
Any R object
Other arguments to methods.
A object, as produced by
dbConnect()
.
a character vector of length 1 containing SQL.
An R object whose SQL type we want to determine.
A character vector to label as being escaped SQL.
A character string specifying a DBMS table name.