public final class DerbyConnectionHelper extends ConnectionHelper
ConnectionHelper.RetryManager<T>| Modifier and Type | Field and Description |
|---|---|
static String |
DERBY_EMBEDDED_DRIVER
name of the embedded driver
|
| Constructor and Description |
|---|
DerbyConnectionHelper(DataSource dataSrc,
boolean block) |
| Modifier and Type | Method and Description |
|---|---|
void |
shutDown(String driver)
Shuts the embedded Derby database down.
|
endBatch, exec, exec, prepareDbIdentifier, query, startBatch, tableExists, updatepublic static final String DERBY_EMBEDDED_DRIVER
public DerbyConnectionHelper(DataSource dataSrc, boolean block)
dataSrc - the DataSource on which this helper actsblock - whether to block on connection loss until the db is up againpublic void shutDown(String driver) throws SQLException
driver - the driverSQLException - on failureCopyright © 2010 - 2020 Adobe. All Rights Reserved