DBI
package
for OdbcConnection objects.
"show"(object)
"dbIsValid"(dbObj, ...)
"dbDisconnect"(conn, ...)
"dbSendQuery"(conn, statement, ...)
"dbSendStatement"(conn, statement, ...)
"dbDataType"(dbObj, obj, ...)
"dbQuoteString"(conn, x, ...)
"dbQuoteIdentifier"(conn, x, ...)
"dbListTables"(conn, ...)
"dbExistsTable"(conn, name, ...)
"dbListFields"(conn, name, ...)
"dbRemoveTable"(conn, name, ...)
"dbGetInfo"(dbObj, ...)
"dbGetQuery"(conn, statement, ...)
"dbBegin"(conn, ...)
"dbCommit"(conn, ...)
"dbRollback"(conn, ...)
DBIObject
,
i.e. DBIDriver
, DBIConnection
,
or a DBIResult
DBIConnection
object, as produced by
dbConnect()
.