public class WebSocketDriver extends AbstractDriver
| Modifier and Type | Field and Description |
|---|---|
static String |
URL_PREFIX |
| Constructor and Description |
|---|
WebSocketDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String url,
Properties info) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info) |
boolean |
jdbcCompliant() |
getPropertyInfo, getWSConnectionpublic static final String URL_PREFIX
public Connection connect(String url, Properties info) throws SQLException
SQLExceptionpublic boolean acceptsURL(String url) throws SQLException
SQLExceptionpublic DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
SQLExceptionpublic int getMajorVersion()
public int getMinorVersion()
public boolean jdbcCompliant()
public Logger getParentLogger() throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedExceptionCopyright © 2025. All rights reserved.