com.ibm.websphere.rsadapter

Class InformixJccDataStoreHelper

  • All Implemented Interfaces:
    DataStoreHelper


    public class InformixJccDataStoreHelper
    extends DB2UniversalDataStoreHelper
    InformixJccDataStoreHelper is a DataStoreHelper implementation customized for the Informix database when used with the IBM Data Server Driver for JDBC or the Informix JCC Driver. When mapping a SQLException, the SQLException mappings from the InformixJCCDataStoreHelper are searched first. If no match is found, the SQLException mappings from the GenericDataStoreHelper are searched. If you have additional requirements on Informix you should consider subclassing this implementation.
    Note: This class and its methods can not be called or referenced directly by user applications.

    SQLException mappings specific to the InformixJccDataStoreHelper are the following:

    Error CodeSQL StatePortableSQLException subclass
    -79735StaleConnectionException.class
    -79716StaleConnectionException.class
    -43207StaleConnectionException.class
    -27002StaleConnectionException.class
    -25580StaleConnectionException.class
    -4499StaleConnectionException.class
    -908StaleConnectionException.class
    -710StaleStatementException.class
    -268DuplicateKeyException.class
    -239DuplicateKeyException.class
    43012StaleConnectionException.class
    • Constructor Detail

      • InformixJccDataStoreHelper

        public InformixJccDataStoreHelper(java.util.Properties props)
        This InformixJccDataStoreHelper constructor creates a new InformixJccDataStoreHelper based on the DataStoreHelper properties provided. All implementations inheriting from a data store helper must supply this same list of properties to their super class by invoking the constructor of their super class with the list of properties.
        Parameters:
        props - DataStoreHelper properties.
IBM WebSphere Application ServerTM
Release 8.5