Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » DatabaseManager class

 

createConfigurationNonPersistent method

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.