Oracle11gDataStoreHelper
.@Deprecated public class Oracle10gDataStoreHelper extends OracleDataStoreHelper
customDefinedWasDefaultIsoLevel, defaultQueryTimeout, EOLN, genErrorMap, resBundle, tranErrorList
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 and Description |
---|
Oracle10gDataStoreHelper(java.util.Properties props)
Deprecated.
Do not use this class.
|
Modifier and Type | Method and Description |
---|---|
int |
getIsolationLevel(AccessIntent aIntent)
Deprecated.
Do not use methods in this class.
|
int |
getResultSetConcurrency(AccessIntent intent)
Deprecated.
Do not use methods in this class.
|
doConnectionCleanup, doStatementCleanup, findMappingClass, getLockType, getXAExceptionContents, hasLostUpdateOrDeadLockOccurred, isBatchUpdateSupportedWithAccessIntent, modifyXAFlag, showLockInfo
calcPartitionNumber, doConnectionCleanupPerCloseConnection, doConnectionSetup, doConnectionSetupPerGetConnection, doConnectionSetupPerTransaction, getMetaData, getPasswordForUseWithTrustedContextWithAuthentication, getPrintWriter, getResultSetType, isConnectionError, isDuplicateKey, isTransientConnectionError, mapException, setConfig, setUserDefinedMap
@Deprecated public Oracle10gDataStoreHelper(java.util.Properties props)
Oracle11gDataStoreHelper
.@Deprecated public int getResultSetConcurrency(AccessIntent intent) throws javax.resource.ResourceException
Oracle11gDataStoreHelper
.getResultSetConcurrency
in interface DataStoreHelper
getResultSetConcurrency
in class OracleDataStoreHelper
intent
- An AccessIntent
.java.sql.ResultSet
.javax.resource.ResourceException
- If a result set concurrency cannot be determined
from the AccessIntent
.@Deprecated public int getIsolationLevel(AccessIntent aIntent) throws javax.resource.ResourceException
Oracle11gDataStoreHelper
.getIsolationLevel
in interface DataStoreHelper
getIsolationLevel
in class OracleDataStoreHelper
aIntent
- An AccessIntent
AccessIntent
.javax.resource.ResourceException
- If a transaction isolation level cannot be determined
from the AccessIntent
.