BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.jdbc.informix4.ConnectionInfo

Packages that use ConnectionInfo
weblogic.jdbc.informix4   
 

Uses of ConnectionInfo in weblogic.jdbc.informix4
 

Fields in weblogic.jdbc.informix4 declared as ConnectionInfo
protected  ConnectionInfo BaseConnection.info
           
protected  ConnectionInfo DatabaseMetaData.info
           
 

Methods in weblogic.jdbc.informix4 that return ConnectionInfo
 ConnectionInfo BaseConnection.getInfo()
           
 

Methods in weblogic.jdbc.informix4 with parameters of type ConnectionInfo
 java.sql.Connection BaseDriver.newConnection(ConnectionInfo info)
           
 java.sql.Connection Driver.newConnection(ConnectionInfo info)
          Creates a connection of the proper type for this particular driver.
 void Statement.informixLogin(weblogic.jdbc.informix4.Connection connection, ConnectionInfo info)
           
protected  void BaseConnection.login(BaseConnection connection, ConnectionInfo info)
           
protected  void Connection.login(BaseConnection connection, ConnectionInfo info)
          SQL statements without parameters are normally executed using Statement objects.
 

Constructors in weblogic.jdbc.informix4 with parameters of type ConnectionInfo
BaseConnection.BaseConnection(BaseDriver driver, ConnectionInfo info)
          Initialize the connection to the host and database whose names are given in the iName parameter.
Connection.Connection(BaseDriver driver, ConnectionInfo info)
          Initialize the connection to the host and database whose names are given in the iName parameter.
 


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.