BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.jdbc.informix4.InformixException

Packages that use InformixException
weblogic.jdbc.informix4   
 

Uses of InformixException in weblogic.jdbc.informix4
 

Methods in weblogic.jdbc.informix4 that return InformixException
protected static InformixException Statement.processError(SimpleOutputStream query, SimpleInputStream reply, weblogic.jdbc.informix4.Connection connection, java.lang.String msg)
           
static InformixException InformixException.newIE(byte[] inPacket, java.lang.String inString)
           
 

Methods in weblogic.jdbc.informix4 that throw InformixException
protected static void Statement.checkForInformixError(byte[] inResult, SimpleOutputStream query, SimpleInputStream reply, weblogic.jdbc.informix4.Connection connection)
           
protected static void Statement.processAndThrowError(SimpleOutputStream query, SimpleInputStream reply, weblogic.jdbc.informix4.Connection connection, java.lang.String msg)
           
protected static InformixException Statement.processError(SimpleOutputStream query, SimpleInputStream reply, weblogic.jdbc.informix4.Connection connection, java.lang.String msg)
           
protected static boolean Statement.compareByteArrays(byte[] inResult, byte[] inExpected)
           
protected  void Statement.setDatabase(java.lang.String databaseName)
           
static boolean Statement.compareWithExpected(byte[] inResult, byte[] inExpected, SimpleOutputStream query, SimpleInputStream reply, weblogic.jdbc.informix4.Connection connection)
           
protected  void Connection.yieldPipelineAfterException(java.lang.String excOrigin, java.lang.Exception exc, SimpleOutputStream query, SimpleInputStream reply)
           
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.