Learn R Programming

pool (version 0.1.0.9000)

DBI-connection: DBIConnection methods.

Description

Pool object wrappers around DBIConnection methods. For the original documentation, see:

Usage

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

Arguments

conn, statement, ...
name, value