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
-
public final class Oracle10R1ConnectionHelper extends OracleConnectionHelper
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 Constructor Description Oracle10R1ConnectionHelper(javax.sql.DataSource dataSrc, boolean block)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()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
-
-
-
-
Method Detail
-
init
public void init() throws java.lang.ExceptionRetrieve theoracle.sql.BLOBclass via reflection, and initialize the values for theDURATION_SESSIONandMODE_READWRITEconstants defined there.- Overrides:
initin classOracleConnectionHelper- Throws:
java.lang.Exception- on error
-
-