public interface SystemDatabaseFactory
| Modifier and Type | Method and Description |
|---|---|
void |
close(SystemDatabase dbInterface)
Closes connections used by the SystemDatabase instance.
|
SystemDatabase |
getInstance(java.lang.String sysId,
java.util.Dictionary dictionary)
Initializes the system database, and creates the
necessary tables if they don't exist.
|
SystemDatabase getInstance(java.lang.String sysId, java.util.Dictionary dictionary) throws DatabaseException
dictionary - database connect properties.DatabaseExceptionvoid close(SystemDatabase dbInterface) throws java.lang.Exception
java.lang.ExceptionCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.