Package com.ibm.websphere.rsadapter
Class OracleDataStoreHelper
java.lang.Object
com.ibm.websphere.rsadapter.GenericDataStoreHelper
com.ibm.websphere.rsadapter.OracleDataStoreHelper
- All Implemented Interfaces:
DataStoreHelper
- Direct Known Subclasses:
Oracle10gDataStoreHelper
Deprecated.
-
Field Summary
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Do not use methods in this class.booleanDeprecated.This method is unused in Liberty.voiddoConnectionSetup(Connection conn) Deprecated.This method configures a connection before first use.voidDeprecated.Do not use methods in this class.Deprecated.Do not use methods in this class.intgetLockType(AccessIntent intent) Deprecated.Do not use methods in this class.Deprecated.Do not use methods in this class.hasLostUpdateOrDeadLockOccurred(int isoLevel, boolean loadedForUpdate) Deprecated.Do not use methods in this class.intmodifyXAFlag(int xaflag) Deprecated.Do not use methods in this class.showLockInfo(Properties props) Deprecated.Do not use methods in this class.Methods inherited from class com.ibm.websphere.rsadapter.GenericDataStoreHelper
calcPartitionNumber, doConnectionCleanupPerCloseConnection, doConnectionSetupPerGetConnection, doConnectionSetupPerTransaction, getIsolationLevel, getMetaData, getPasswordForUseWithTrustedContextWithAuthentication, getPrintWriter, getResultSetConcurrency, getResultSetType, isBatchUpdateSupportedWithAccessIntent, isConnectionError, isDuplicateKey, isTransientConnectionError, isUnsupported, mapException, setConfig, setUserDefinedMap
-
Constructor Details
-
OracleDataStoreHelper
Deprecated.Do not use this class.SeeOracle11gDataStoreHelper.
-
-
Method Details
-
doConnectionSetup
Deprecated.Description copied from class:GenericDataStoreHelperThis method configures a connection before first use. This method is invoked only when a new connection to the database is created. It is not invoked when connections are reused from the connection pool.
GenericDataStoreHelperdoes not perform any connection setup.- Specified by:
doConnectionSetupin interfaceDataStoreHelper- Overrides:
doConnectionSetupin classGenericDataStoreHelper- Parameters:
conn- the connection to set up.- Throws:
SQLException- if connection setup cannot be completed successfully.
-
doStatementCleanup
Deprecated.Do not use methods in this class.SeeOracle11gDataStoreHelper.- Specified by:
doStatementCleanupin interfaceDataStoreHelper- Overrides:
doStatementCleanupin classGenericDataStoreHelper- Parameters:
stmt- the PreparedStatement.- Throws:
SQLException- if an error occurs cleaning up the statement.
-
doConnectionCleanup
Deprecated.Do not use methods in this class.SeeOracle11gDataStoreHelper.- Specified by:
doConnectionCleanupin interfaceDataStoreHelper- Overrides:
doConnectionCleanupin classGenericDataStoreHelper- Parameters:
conn- the connection to attempt to cleanup.- Returns:
- true if any standard connection property was modified, otherwise false.
- Throws:
SQLException- If an error occurs while cleaning up the connection.
-
doConnectionCleanupWithValidCheck
Deprecated.Description copied from interface:DataStoreHelperThis method is unused in Liberty.- Specified by:
doConnectionCleanupWithValidCheckin interfaceDataStoreHelper- Overrides:
doConnectionCleanupWithValidCheckin classGenericDataStoreHelper- Throws:
SQLException
-
findMappingClass
Deprecated.Do not use methods in this class.SeeOracle11gDataStoreHelper.- Overrides:
findMappingClassin classGenericDataStoreHelper- Parameters:
e- TheSQLExceptionfor which to locate acom.ibm.websphere.ce.cm.PortableSQLExceptionsubclass.- Returns:
- The
com.ibm.websphere.ce.cm.PortableSQLExceptionsubclass matching theSQLException, or null if no match was found.
-
hasLostUpdateOrDeadLockOccurred
Deprecated.Do not use methods in this class.SeeOracle11gDataStoreHelper.- Specified by:
hasLostUpdateOrDeadLockOccurredin interfaceDataStoreHelper- Overrides:
hasLostUpdateOrDeadLockOccurredin classGenericDataStoreHelper
-
showLockInfo
Deprecated.Do not use methods in this class.SeeOracle11gDataStoreHelper.- Overrides:
showLockInfoin classGenericDataStoreHelper- Parameters:
props- properties containing information needed to connect to the database.- Returns:
- the lock information.
- Throws:
Exception- if an error occurs while collecting the lock information.
-
getLockType
Deprecated.Do not use methods in this class.SeeOracle11gDataStoreHelper.- Specified by:
getLockTypein interfaceDataStoreHelper- Overrides:
getLockTypein classGenericDataStoreHelper
-
getXAExceptionContents
Deprecated.Do not use methods in this class.SeeOracle11gDataStoreHelper.- Specified by:
getXAExceptionContentsin interfaceDataStoreHelper- Overrides:
getXAExceptionContentsin classGenericDataStoreHelper- Parameters:
xae- theXAException.- Returns:
- detailed information about the
XAException, for inclusion in trace.
-
modifyXAFlag
Deprecated.Do not use methods in this class.SeeOracle11gDataStoreHelper.- Specified by:
modifyXAFlagin interfaceDataStoreHelper- Overrides:
modifyXAFlagin classGenericDataStoreHelper- Parameters:
xaflag- The XA start flag to modify.- Returns:
- The modified XA start flag.
-
Oracle11gDataStoreHelper.