Skip to contents

Creates a connection handler object based on the provided connection details settings.

Usage

ResultModelManager_createConnectionHandler(
  connectionDetailsSettings,
  tempEmulationSchema = NULL,
  useBigrqueryUpload = NULL,
  usePooledConnection = FALSE,
  ...
)

Arguments

connectionDetailsSettings

A list of connection details settings to pass directly to DatabaseConnector::createConnectionDetails.

tempEmulationSchema

The temporary emulation schema (optional).

useBigrqueryUpload

Logical indicating whether to use fast table upload for bigquery (default is FALSE)

usePooledConnection

Logical indicating whether to use a pooled connection (default is FALSE).

...

Additional arguments to be passed to the connection handler object.

Value

A connection handler object.