com.ibm.websphere.rsadapter

Class Oracle10gDataStoreHelper

  1. java.lang.Object
  2. extended bycom.ibm.websphere.rsadapter.GenericDataStoreHelper
  3. extended bycom.ibm.websphere.rsadapter.OracleDataStoreHelper
  4. extended bycom.ibm.websphere.rsadapter.Oracle10gDataStoreHelper
All implemented interfaces:
DataStoreHelper
Direct known subclasses:
Oracle11gDataStoreHelper

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.
  1. @Deprecated
  2. public class Oracle10gDataStoreHelper
  3. extends OracleDataStoreHelper

Field Summary

Fields inherited from class com.ibm.websphere.rsadapter.GenericDataStoreHelper
customDefinedWasDefaultIsoLevel, defaultQueryTimeout, EOLN, genErrorMap, resBundle, tranErrorList
Fields inherited from interface com.ibm.websphere.rsadapter.DataStoreHelper
CLOUDSCAPE_HELPER, CLOUDSCAPE_NETWORK_SERVER_HELPER, CONNECTJDBC_HELPER, CUSTOM_HELPER, DATADIRECT_HELPER, DB2_390_HELPER, DB2_390_LOCAL_HELPER, DB2_400_HELPER, DB2_HELPER, DB2_UNIVERSAL_HELPER, DERBY_HELPER, DERBY_NETWORK_SERVER_HELPER, FIRST_TIME_CALLED, GENERIC_HELPER, INFORMIX_HELPER, INFORMIX_JCC_HELPER, MSSQL_HELPER, ORACLE_10G_HELPER, ORACLE_11G_HELPER, ORACLE_HELPER, POTENTIAL_DEADLOCK, POTENTIAL_LOST_UPDATE, PROXY_DS_HELPER, SEQUELINK_HELPER, SUBJECT, SYBASE_HELPER, SYBASE11_HELPER, TX_REPEATABLE_READ_FORUPDATE, TX_SERIALIZABLE_FORUPDATE, UNDEFINED_HELPER, UNDEFINED_ISOLATOIN_LEVEL, UPDATE_ON_READONLY

Constructor Summary

Constructor and Description
Oracle10gDataStoreHelper(java.util.Properties props)
Deprecated. Do not use this class.

Method Summary

Modifier and Type Method and Description
  1. int
getIsolationLevel(AccessIntent aIntent)
Deprecated. Do not use methods in this class.
  1. int
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 com.ibm.websphere.rsadapter.GenericDataStoreHelper
calcPartitionNumber, doConnectionCleanupPerCloseConnection, doConnectionSetup, doConnectionSetupPerGetConnection, doConnectionSetupPerTransaction, getMetaData, getPasswordForUseWithTrustedContextWithAuthentication, getPrintWriter, getResultSetType, isConnectionError, isDuplicateKey, isTransientConnectionError, mapException, setUserDefinedMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Oracle10gDataStoreHelper

  1. @Deprecated
  2. public Oracle10gDataStoreHelper( java.util.Properties props)
Deprecated. Do not use this class.
See Oracle11gDataStoreHelper.

Method Detail

getResultSetConcurrency

  1. @Deprecated
  2. public int getResultSetConcurrency( AccessIntent intent)
  3. throws javax.resource.ResourceException
Deprecated. Do not use methods in this class.
See Oracle11gDataStoreHelper.
Specified by:
Overrides:
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

  1. @Deprecated
  2. public int getIsolationLevel( AccessIntent aIntent)
  3. throws javax.resource.ResourceException
Deprecated. Do not use methods in this class.
See Oracle11gDataStoreHelper.
Specified by:
Overrides:
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.