RPostgreSQL (version 0.4-1)

dbCommit-methods: DBMS Transaction Management

Description

Commits or roll backs the current transaction in an PostgreSQL connection. dbCommit and dbRollback commit and rollback the transaction, respectively.

Arguments

Methods

conn

a PostgreSQLConnection object, as produced by the function dbConnect.

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, dbReadTable.

Examples

Run this code

Run the code above in your browser using DataCamp Workspace