db_with_transaction: Function open a database transaction, perform operations, and...

db_with_transactionR Documentation

Function open a database transaction, perform operations, and commit the results if a series of successful operations are performed.

Description

Function open a database transaction, perform operations, and commit the results if a series of successful operations are performed.

Usage

db_with_transaction(con, code, ...)

Arguments

con

Database connection.

code

R code that interacts with con.

...

Other parameters passed on to methods.

Value

Invisible logical vector.

See Also

dbWithTransaction


skgrange/databaser documentation built on April 21, 2024, 6:30 a.m.