createDatabase method

Creates a new database based on a Configuration and returns the Connection.

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

Remarks

This method replaces any database with the same name.

See also
Returns

A Connection to the new database.