Pool object wrappers around DBIConnection methods. For the original documentation, see:
# S4 method for Pool
dbSendQuery(conn, statement, ...)# S4 method for Pool,ANY
dbGetQuery(conn, statement, ...)
# S4 method for Pool,ANY
dbExecute(conn, statement, ...)
# S4 method for Pool
dbListResults(conn, ...)
# S4 method for Pool
dbListFields(conn, name, ...)
# S4 method for Pool
dbListTables(conn, ...)
# S4 method for Pool,ANY
dbReadTable(conn, name, ...)
# S4 method for Pool
dbWriteTable(conn, name, value, ...)
# S4 method for Pool
dbExistsTable(conn, name, ...)
# S4 method for Pool
dbRemoveTable(conn, name, ...)
See dbSendQuery
.
See dbWriteTable
.