|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.jdbc.pool.Driver
public final class Driver
Provides serverside access to connection pools.
Constructor Summary | |
---|---|
Driver()
Deprecated. |
Method Summary | |
---|---|
boolean |
acceptsURL(String url)
Deprecated. Determines whether the URL is acceptable for use with a Driver. |
protected Connection |
allocateConnection(weblogic.jdbc.common.internal.ConnectionEnv cc)
Deprecated. |
Connection |
connect(String url,
Properties dbprops)
Deprecated. Makes a JDBC connection with the specified driver and properties. |
int |
getMajorVersion()
Deprecated. Returns the current version. |
int |
getMinorVersion()
Deprecated. Returns the current minor version. |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info)
Deprecated. Returns info about a Driver as an array of DriverPropertyInfo. |
boolean |
jdbcCompliant()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Driver()
Method Detail |
---|
public Connection connect(String url, Properties dbprops) throws SQLException
connect
in interface Driver
url
- URL of the driver, as in "jdbc:weblogic:pool"dbprops
- java.util.Properties for connecting
SQLException
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
getPropertyInfo
in interface Driver
url
- URL of the Driverinfo
- Properties object
SQLException
public int getMajorVersion()
getMajorVersion
in interface Driver
public int getMinorVersion()
getMinorVersion
in interface Driver
public boolean jdbcCompliant()
jdbcCompliant
in interface Driver
protected Connection allocateConnection(weblogic.jdbc.common.internal.ConnectionEnv cc) throws SQLException
SQLException
public boolean acceptsURL(String url)
acceptsURL
in interface Driver
url
- URL of the Driver
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |