Class Oracle10R1ConnectionHelper
java.lang.Object
org.apache.jackrabbit.core.util.db.ConnectionHelper
org.apache.jackrabbit.core.util.db.OracleConnectionHelper
org.apache.jackrabbit.core.util.db.Oracle10R1ConnectionHelper
The connection helper for Oracle databases of version up to 10.1. It has special blob handling.
-
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()Retrieve theoracle.sql.BLOBclass via reflection, and initialize the values for theDURATION_SESSIONandMODE_READWRITEconstants defined there.Methods inherited from class org.apache.jackrabbit.core.util.db.ConnectionHelper
endBatch, exec, exec, prepareDbIdentifier, query, startBatch, tableExists, update
-
Constructor Details
-
Oracle10R1ConnectionHelper
- Parameters:
dataSrc- theDataSourceon which this helper actsblock- whether to block on connection loss until the db is up again
-
-
Method Details
-
init
Retrieve theoracle.sql.BLOBclass via reflection, and initialize the values for theDURATION_SESSIONandMODE_READWRITEconstants defined there.- Overrides:
initin classOracleConnectionHelper- Throws:
Exception- on error
-