| Modifier and Type | Field and Description |
|---|---|
static String |
URL_PREFIX |
static String |
URL_PREFIX2 |
| Constructor and Description |
|---|
JDCConnectionDriver(String driver,
String url,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String url,
Properties props) |
int |
getDefError() |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String str,
Properties props) |
boolean |
jdbcCompliant() |
public static final String URL_PREFIX
public static final String URL_PREFIX2
public JDCConnectionDriver(String driver, String url, String user, String password) throws ClassNotFoundException, SQLException, InstantiationException, IllegalAccessException
driver - driverurl - urluser - userpassword - passClassNotFoundException - classSQLException - sqlInstantiationException - instantIllegalAccessException - illegalpublic Connection connect(String url, Properties props) throws SQLException
connect in interface DriverSQLExceptionpublic boolean acceptsURL(String url)
acceptsURL in interface Driverpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic DriverPropertyInfo[] getPropertyInfo(String str, Properties props)
getPropertyInfo in interface Driverpublic boolean jdbcCompliant()
jdbcCompliant in interface Driverpublic Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger in interface DriverSQLFeatureNotSupportedExceptionpublic int getDefError()
Copyright © 2020. All rights reserved.