createConfigurationFile function

Creates a Configuration with a file as the physical store and returns a ConfigFile.

Syntax
ConfigFile DatabaseManager.createConfigurationFile(
  String file_name
) throws ULjException
Parameters
  • file_name   The name of the file to use or create.

See also
Returns

The ConfigFile used to configure a database.