BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.jdbc.extensions
Interface WLConnection

All Known Implementing Classes:
Connection

public interface WLConnection

WLConnection provide a method for getting the vendor Connection from a logical database connection from a pooled connection

Author:
Copyright (c) 2003 by BEA Systems, Inc., All Rights Reserved.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Connection

Method Summary
 java.sql.Connection getVendorConnection()
          Returns the underlying physical connection (the vendor connection) from a pooled database connection (a logical connection).
 

Method Detail

getVendorConnection

public java.sql.Connection getVendorConnection()
                                        throws java.sql.SQLException
Returns the underlying physical connection (the vendor connection) from a pooled database connection (a logical connection).

Returns:
java.sql.Connection
Throws:
java.sql.SQLException - - if a database access error occurs

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.