public static interface Quidem.NewConnectionFactory extends Quidem.ConnectionFactory
Will become the regular connection factory before 0.8.
| Modifier and Type | Method and Description |
|---|---|
Connection |
connect(String name,
boolean reference)
Creates a connection to the named database or reference database.
|
connectConnection 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–2015 Julian Hyde. All rights reserved.