| Constructor and Description |
|---|
YdbDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String url) |
void |
close() |
YdbConnection |
connect(String url,
Properties info) |
static void |
deregister() |
YdbContext |
getCachedContext(YdbConfig config) |
int |
getConnectionCount() |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info) |
static boolean |
isRegistered() |
boolean |
jdbcCompliant() |
static void |
register() |
public YdbConnection connect(String url, Properties info) throws SQLException
connect in interface DriverSQLExceptionpublic YdbContext getCachedContext(YdbConfig config) throws SQLException
SQLExceptionpublic boolean acceptsURL(String url)
acceptsURL in interface Driverpublic 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 DriverSQLFeatureNotSupportedExceptionpublic int getConnectionCount()
public void close()
public static boolean isRegistered()
public static void register()
throws SQLException
SQLExceptionpublic static void deregister()
throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.