Learn R Programming

DataQualityDashboard (version 2.8.6)

.needsAutoCommit: Internal function to determine if the connection needs auto commit

Description

Internal function to determine if the connection needs auto commit

Usage

.needsAutoCommit(connectionDetails, connection)

Value

A logical value indicating if the connection needs auto commit

Arguments

connectionDetails

A connectionDetails object for connecting to the CDM database

connection

A connection for connecting to the CDM database using the DatabaseConnector::connect(connectionDetails) function.