Skip to contents

A function to create a fg_connection_handler object from a list of configuration settings.

Usage

create_fg_connection_handler_FromList(config)

Arguments

config

A list containing configuration settings for the fg_connection_handler.

  • databaseName: The name of the database.

  • connection: A list of connection details settings.

  • cdm: A list of CDM database schema settings.

  • cohortTable: The name of the cohort table.

Value

A fg_connection_handler object.