powered by
PostgreSQL driver initialization and closing
character name of the driver to instantiate.
an object that inherits from PostgreSQLDriver as created by dbDriver.
PostgreSQLDriver
dbDriver
optional integer requesting the maximum number of simultanous connections (may be up to 100)
default number of records to retrieve per fetch. Default is 500. This may be overridden in calls to fetch with the n= argument.
fetch
n=
optional logical used to force re-loading or recomputing the size of the connection table. Default is FALSE.
FALSE
currently unused.
See the Database Interface definition document DBI.pdf in the base directory of this package or http://stat.bell-labs.com/RS-DBI.
DBI.pdf
PostgreSQL, dbConnect, dbSendQuery, dbGetQuery, fetch, dbCommit, dbGetInfo, dbListTables, dbReadTable.
PostgreSQL
dbConnect
dbSendQuery
dbGetQuery
dbCommit
dbGetInfo
dbListTables
dbReadTable
Run the code above in your browser using DataLab