RPostgreSQL (version 0.4-1)

dbDriver-methods: PostgreSQL implementation of the Database Interface (DBI) classes and drivers

Description

PostgreSQL driver initialization and closing

Arguments

Methods

drvName

character name of the driver to instantiate.

drv

an object that inherits from PostgreSQLDriver as created by dbDriver.

max.con

optional integer requesting the maximum number of simultanous connections (may be up to 100)

.
fetch.default.rec

default number of records to retrieve per fetch. Default is 500. This may be overridden in calls to fetch with the n= argument.

force.reload

optional logical used to force re-loading or recomputing the size of the connection table. Default is FALSE.

...

currently unused.

References

See the Database Interface definition document DBI.pdf in the base directory of this package or http://stat.bell-labs.com/RS-DBI.

See Also

PostgreSQL, dbConnect, dbSendQuery, dbGetQuery, fetch, dbCommit, dbGetInfo, dbListTables, dbReadTable.

Examples

Run this code

Run the code above in your browser using DataLab