| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DB |
static Properties |
SYSTEM_PROPS |
static int |
v |
static int |
V |
| 构造器和说明 |
|---|
Driver() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 Properties SYSTEM_PROPS
public static final int V
public static final int v
public Connection connect(String url, Properties properties) throws SQLException
connect 在接口中 DriverSQLExceptionpublic boolean acceptsURL(String s) throws SQLException
acceptsURL 在接口中 DriverSQLExceptionpublic DriverPropertyInfo[] getPropertyInfo(String s, Properties properties) throws SQLException
getPropertyInfo 在接口中 DriverSQLExceptionpublic int getMajorVersion()
getMajorVersion 在接口中 Driverpublic int getMinorVersion()
getMinorVersion 在接口中 Driverpublic boolean jdbcCompliant()
jdbcCompliant 在接口中 Driverpublic Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger 在接口中 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 © 2023 dolphindb. All rights reserved.