Package com.anylogic.engine.database
- java.lang.Object
- com.anylogic.engine.database.DatabaseDescriptorRegistry
- All Implemented Interfaces:
Closeable,AutoCloseable
@AnyLogicInternalAPI public class DatabaseDescriptorRegistry extends Object implements Closeable
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
- Author:
- AnyLogic North America, LLC https://anylogic.com
| Constructor | Description |
|---|---|
DatabaseDescriptorRegistry() |
| Modifier and Type | Method | Description |
|---|---|---|
void | close() | |
Connection | getConnection |
public DatabaseDescriptorRegistry()
public Connection getConnection(DatabaseDescriptor dd) throws SQLException
- Throws:
SQLException
public void close() throws IOException
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException