Class DerbyConnectionHelper
java.lang.Object
org.apache.jackrabbit.core.util.db.ConnectionHelper
org.apache.jackrabbit.core.util.db.DerbyConnectionHelper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jackrabbit.core.util.db.ConnectionHelper
ConnectionHelper.RetryManager<T> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jackrabbit.core.util.db.ConnectionHelper
endBatch, exec, exec, prepareDbIdentifier, query, startBatch, tableExists, update
-
Field Details
-
DERBY_EMBEDDED_DRIVER
name of the embedded driver- See Also:
-
-
Constructor Details
-
DerbyConnectionHelper
- Parameters:
dataSrc- theDataSourceon which this helper actsblock- whether to block on connection loss until the db is up again
-
-
Method Details
-
shutDown
Shuts the embedded Derby database down.- Parameters:
driver- the driver- Throws:
SQLException- on failure
-