Set the Transaction Isolation Level for a Connection
Source:R/odbc.R
odbcSetTransactionIsolationLevel.Rd
Set the Transaction Isolation Level for a Connection
Arguments
- conn
A DBIConnection object, as returned by
dbConnect()
.- levels
One or more of 'read_uncommitted', 'read_committed', 'repeatable_read', 'serializable'.