DBI (version 0.5-1)

dbListResults: A list of all pending results

Description

List of DBIResult objects currently active on the connection.

Usage

dbListResults(conn, ...)

Arguments

conn
A DBIConnection object, as produced by dbConnect.
...
Other parameters passed on to methods.

Value

a list. If no results are active, an empty list. If only a single result is active, a list with one element.

See Also

Other DBIConnection generics: DBIConnection-class, dbDataType, dbDisconnect, dbExecute, dbExistsTable, dbGetException, dbGetInfo, dbGetQuery, dbIsValid, dbListFields, dbListTables, dbReadTable, dbRemoveTable, dbSendQuery, dbSendStatement