BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.jdbc.pool
Class Driver

java.lang.Object
  |
  +--weblogic.jdbcbase.pool.Driver
        |
        +--weblogic.jdbc.pool.Driver

public class Driver
extends weblogic.jdbcbase.pool.Driver
implements java.sql.Driver

Provides serverside access to connection pools. It is also possible to specify a pool driver in a T3 connection as an alternative to specifying a connectionPoolID.

Author:
Copyright (c) 1997-1998 by WebLogic, Inc. All rights reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
Driver()
           
 
Method Summary
protected  java.sql.Connection allocateConnection(weblogic.jdbc.common.internal.ConnectionEnv cc)
           
 
Methods inherited from class weblogic.jdbcbase.pool.Driver
acceptsURL, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Driver

public Driver()
Method Detail

allocateConnection

protected java.sql.Connection allocateConnection(weblogic.jdbc.common.internal.ConnectionEnv cc)
                                          throws java.sql.SQLException

Overrides:
allocateConnection in class weblogic.jdbcbase.pool.Driver

Documentation is available at
http://www.weblogic.com/docs51