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

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » DatabaseManager class

 

createDatabase function

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.