Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.dataset.connections.NamedConnection

Packages that use NamedConnection
oracle.dacf.dataset.connections   
 

Uses of NamedConnection in oracle.dacf.dataset.connections
 

Methods in oracle.dacf.dataset.connections that return NamedConnection
 NamedConnection WebLogicConnection.getJDBCConnection()
          returns the connection name
 NamedConnection WebLogicConnection.getLoginConnection()
          This method returns the Connection, that defines the authorization.
 NamedConnection VBConnection.getJdbcConnection()
          returns the connection name
 NamedConnection VBConnection.getLoginConnection()
          This method returns the Connection, that defines the authorization.
 NamedConnection Oracle8iConnection.getIIOPConnection()
          returns the iiopconnection
 NamedConnection Oracle8iConnection.getLoginConnection()
          This method returns the Connection, that defines the authorization.
 NamedConnection LocalConnection.getJdbcConnection()
          returns the connection name
 NamedConnection LocalConnection.getLoginConnection()
          This method returns the Connection, that defines the authorization.
 NamedConnection CustomConnection.loginConnection(NamedConnection loginConnection)
          Called by the DAC framework to do the actual connect.
 NamedConnection ConnectionInfo.getLoginConnection()
          this method returns the Connection, that defines the authorization.
abstract  NamedConnection Connection.getLoginConnection()
          this method returns the Connection, that defines the authorization.
 

Methods in oracle.dacf.dataset.connections with parameters of type NamedConnection
 void WebLogicConnection.setJDBCConnection(NamedConnection jdbcConnection)
          sets the connection name
 void VBConnection.setJdbcConnection(NamedConnection jdbcConnection)
          sets the connection name
 void Oracle8iConnection.setIIOPConnection(NamedConnection iiopConnection)
          returns the iiopconnection
 void LocalConnection.setJdbcConnection(NamedConnection jdbcConnection)
          sets the connection name
 NamedConnection CustomConnection.loginConnection(NamedConnection loginConnection)
          Called by the DAC framework to do the actual connect.
 


Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.