public class DataSourceDriver
extends java.lang.Object
implements java.sql.Driver
| Constructor and Description |
|---|
DataSourceDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(java.lang.String url) |
java.sql.Connection |
connect(java.lang.String url,
java.util.Properties info) |
static void |
deregisterDataSource(netrexx.lang.Rexx name) |
int |
getMajorVersion() |
int |
getMinorVersion() |
java.util.logging.Logger |
getParentLogger() |
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String url,
java.util.Properties info) |
boolean |
jdbcCompliant() |
static void |
registerDataSource(java.lang.String name,
javax.sql.DataSource ds) |
static org.apache.log4j.Logger |
staticLogger() |
public static org.apache.log4j.Logger staticLogger()
public boolean acceptsURL(java.lang.String url)
acceptsURL in interface java.sql.Driverpublic java.sql.Connection connect(java.lang.String url,
java.util.Properties info)
throws java.sql.SQLException
connect in interface java.sql.Driverjava.sql.SQLExceptionpublic static void registerDataSource(java.lang.String name,
javax.sql.DataSource ds)
public static void deregisterDataSource(netrexx.lang.Rexx name)
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url,
java.util.Properties info)
getPropertyInfo in interface java.sql.Driverpublic int getMajorVersion()
getMajorVersion in interface java.sql.Driverpublic int getMinorVersion()
getMinorVersion in interface java.sql.Driverpublic boolean jdbcCompliant()
jdbcCompliant in interface java.sql.Driverpublic java.util.logging.Logger getParentLogger()
getParentLogger in interface java.sql.DriverCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.