@Deprecated
public class DriverAdaptor
extends java.lang.Object
implements java.sql.Driver
Modifier and Type | Class and Description |
---|---|
static class |
DriverAdaptor.URLData
Deprecated.
|
Constructor and Description |
---|
DriverAdaptor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsURL(java.lang.String _url)
Deprecated.
Retrieves whether the driver thinks that it can open a connection to the given URL.
|
java.sql.Connection |
connect(java.lang.String _url,
java.util.Properties _props)
Deprecated.
Attempts to make a database connection to the given URL.
|
int |
getMajorVersion()
Deprecated.
Retrieves the driver's major version number.
|
int |
getMinorVersion()
Deprecated.
Gets the driver's minor version number.
|
java.util.logging.Logger |
getParentLogger()
Deprecated.
|
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String _url,
java.util.Properties _props)
Deprecated.
Gets information about the possible properties for this driver.
|
boolean |
jdbcCompliant()
Deprecated.
Reports whether this driver is a genuine JDBC CompliantTM driver.
|
public boolean acceptsURL(java.lang.String _url)
acceptsURL
in interface java.sql.Driver
public java.sql.Connection connect(java.lang.String _url, java.util.Properties _props)
connect
in interface java.sql.Driver
public int getMajorVersion()
getMajorVersion
in interface java.sql.Driver
public int getMinorVersion()
getMinorVersion
in interface java.sql.Driver
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String _url, java.util.Properties _props)
getPropertyInfo
in interface java.sql.Driver
public boolean jdbcCompliant()
jdbcCompliant
in interface java.sql.Driver
public java.util.logging.Logger getParentLogger() throws java.sql.SQLFeatureNotSupportedException
getParentLogger
in interface java.sql.Driver
java.sql.SQLFeatureNotSupportedException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.