com.ibm.websphere.rsadapter
Class Oracle10gDataStoreHelper
- java.lang.Object
com.ibm.websphere.rsadapter.GenericDataStoreHelper
com.ibm.websphere.rsadapter.OracleDataStoreHelper
com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper
All implemented interfaces:
Direct known subclasses:
Deprecated. This class will be removed in a future release. Do not use this class. If you have additional requirements on Oracle you should consider subclassing
Oracle11gDataStoreHelper
.
- @Deprecated public class Oracle10gDataStoreHelper
- extends OracleDataStoreHelper
Field Summary
Fields inherited from class com.ibm.websphere.rsadapter.GenericDataStoreHelper |
---|
customDefinedWasDefaultIsoLevel, defaultQueryTimeout, EOLN, genErrorMap, resBundle, tranErrorList |
Constructor Summary
Constructor and Description |
---|
Oracle10gDataStoreHelper(java.util.Properties props)
Deprecated. Do not use this class.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getIsolationLevel(AccessIntent aIntent)
Deprecated. Do not use methods in this class.
|
|
getResultSetConcurrency(AccessIntent intent)
Deprecated. Do not use methods in this class.
|
Methods inherited from class com.ibm.websphere.rsadapter.OracleDataStoreHelper |
---|
doConnectionCleanup, doStatementCleanup, findMappingClass, getLockType, getXAExceptionContents, hasLostUpdateOrDeadLockOccurred, isBatchUpdateSupportedWithAccessIntent, modifyXAFlag, showLockInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
Oracle10gDataStoreHelper
- @Deprecated public Oracle10gDataStoreHelper( java.util.Properties props)
Deprecated. Do not use this class.
Method Detail
getResultSetConcurrency
- @Deprecated
- public int getResultSetConcurrency( AccessIntent intent)
- throws javax.resource.ResourceException
Deprecated. Do not use methods in this class.
See
Oracle11gDataStoreHelper
.
Parameters:
intent
- An AccessIntent
. Returns:
A result set concurrency constant defined on
java.sql.ResultSet
. Throws:
javax.resource.ResourceException
- If a result set concurrency cannot be determined
from the AccessIntent
. getIsolationLevel
- @Deprecated
- public int getIsolationLevel( AccessIntent aIntent)
- throws javax.resource.ResourceException
Deprecated. Do not use methods in this class.
See
Oracle11gDataStoreHelper
.
Specified by:
getIsolationLevel
in interface DataStoreHelper
Overrides:
getIsolationLevel
in class OracleDataStoreHelper
Parameters:
aIntent
- An AccessIntent
Returns:
A transaction isolation level appropriate for the specified
AccessIntent
. Throws:
javax.resource.ResourceException
- If a transaction isolation level cannot be determined
from the AccessIntent
.
Oracle11gDataStoreHelper
.