Class OracleConnectionHelper
java.lang.Object
org.apache.jackrabbit.core.util.db.ConnectionHelper
org.apache.jackrabbit.core.util.db.OracleConnectionHelper
- Direct Known Subclasses:
Oracle10R1ConnectionHelper
The connection helper for Oracle databases of version 10.2 and later.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jackrabbit.core.util.db.ConnectionHelper
ConnectionHelper.RetryManager<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Initializes the helper: checks for valid driver version.Methods inherited from class org.apache.jackrabbit.core.util.db.ConnectionHelper
endBatch, exec, exec, prepareDbIdentifier, query, startBatch, tableExists, update
-
Constructor Details
-
OracleConnectionHelper
- Parameters:
dataSrc- theDataSourceon which this helper actsblock- whether to block on connection loss until the db is up again
-
-
Method Details
-
init
Initializes the helper: checks for valid driver version. Subclasses that override this method should still call it!- Throws:
Exception- on error
-