connect method

Connects to an existing database based on a Configuration and returns the Connection.

Syntax
Connection DatabaseManager.connect(
  Configuration config
) throws ULjException
Parameters
  • config   The Configuration for the existing database.

See also
Returns

A Connection to the existing database.