public abstract class DatabaseShimBase extends Object implements Driver
| Constructor and Description | 
|---|
DatabaseShimBase()
construct 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
acceptsURL(String url)  | 
Connection | 
connect(String url,
       Properties info)  | 
abstract String | 
getDriverClassName()
return the driver classname 
 | 
int | 
getMajorVersion()  | 
int | 
getMinorVersion()  | 
Logger | 
getParentLogger()  | 
DriverPropertyInfo[] | 
getPropertyInfo(String url,
               Properties info)  | 
static void | 
init(File theJarFile)  | 
boolean | 
jdbcCompliant()  | 
public static void init(File theJarFile)
theJarFile - public abstract String getDriverClassName()
public Connection connect(String url, Properties info) throws SQLException
connect in interface DriverSQLExceptionpublic boolean acceptsURL(String url) throws SQLException
acceptsURL in interface DriverSQLExceptionpublic DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
getPropertyInfo in interface DriverSQLExceptionpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic boolean jdbcCompliant()
jdbcCompliant in interface Driverpublic Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger in interface DriverSQLFeatureNotSupportedExceptionCopyright © 2016 Internet2. All rights reserved.