createConfigurationNonPersistent function

Creates a Configuration without a persistent store and returns a ConfigNonPersist.

Syntax
ConfigNonPersistent DatabaseManager.createConfigurationNonPersistent(
  String db_name
) throws ULjException
Parameters
  • db_name   The name of the database.

See also
Returns

The ConfigNonPersistent used to configure a database.