BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.jdbc.informix4
Interface IBaseHandler

All Known Subinterfaces:
IResultSet, IStatement
All Known Implementing Classes:
BaseHandler

public interface IBaseHandler

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void clearWarnings()
           
 int getProtocol()
           
 java.sql.SQLWarning getWarnings()
           
 boolean isClosed()
           
 void setProtocol(int Protocol)
           
 

Method Detail

setProtocol

public void setProtocol(int Protocol)

getProtocol

public int getProtocol()

getWarnings

public java.sql.SQLWarning getWarnings()
                                throws java.sql.SQLException

clearWarnings

public void clearWarnings()
                   throws java.sql.SQLException

isClosed

public boolean isClosed()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

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