public class NonRegisteringDriver extends AbstractArcDriver
Note: This driver is NOT registering connection to the connection manager, and is typically used
by a JNDI compatible application server. Please see Driver for more complete javadocs,
since that is what most people will find useful.
| Constructor and Description |
|---|
NonRegisteringDriver()
Construct a new driver.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(java.lang.String url) |
java.sql.Connection |
connect(java.lang.String url,
java.util.Properties info) |
java.util.logging.Logger |
getParentLogger() |
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String url,
java.util.Properties info) |
boolean |
jdbcCompliant() |
getMajorVersion, getMinorVersionpublic java.sql.Connection connect(java.lang.String url,
java.util.Properties info)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean acceptsURL(java.lang.String url)
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url,
java.util.Properties info)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean jdbcCompliant()
public java.util.logging.Logger getParentLogger()
throws java.sql.SQLFeatureNotSupportedException
java.sql.SQLFeatureNotSupportedException