| Modifier and Type | Field and Description |
|---|---|
static String |
DB |
static Properties |
SYSTEM_PROPS |
static int |
v |
static int |
V |
| Constructor and Description |
|---|
Driver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String s) |
Connection |
connect(String url,
Properties properties) |
Connection |
createConnection(String url,
Properties prop) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String s,
Properties properties) |
static boolean |
isValidURL(String url) |
boolean |
jdbcCompliant() |
static void |
unused() |
static void |
unused(Exception e) |
static void |
unused(String s) |
public static final String DB
public static final Properties SYSTEM_PROPS
public static final int V
public static final int v
public Connection connect(String url, Properties properties) throws SQLException
connect in interface DriverSQLExceptionpublic boolean acceptsURL(String s) throws SQLException
acceptsURL in interface DriverSQLExceptionpublic DriverPropertyInfo[] getPropertyInfo(String s, Properties properties) 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 DriverSQLFeatureNotSupportedExceptionpublic static boolean isValidURL(String url)
public Connection createConnection(String url, Properties prop) throws SQLException
SQLExceptionpublic static void unused(String s) throws SQLException
SQLExceptionpublic static void unused()
throws SQLException
SQLExceptionpublic static void unused(Exception e) throws SQLException
SQLExceptionCopyright © 2021 dolphindb. All rights reserved.