public static interface Quidem.ConnectionFactory
It is kind of a directory service.
Caller must close the connection.
| Modifier and Type | Method | Description |
|---|---|---|
Connection |
connect(String name,
boolean reference) |
Creates a connection to the named database or reference database.
|
Connection connect(String name, boolean reference) throws Exception
Returns null if the database is not known
(except UnsupportedConnectionFactory.
name - Name of the databasereference - Whether we require a real connection or a reference
connectionExceptionCopyright © 2014–2018 Julian Hyde. All rights reserved.