| Constructor and Description |
|---|
CassandraDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String url,
Properties properties) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties props) |
boolean |
jdbcCompliant()
Reports whether this driver is a genuine JDBC Compliantâ„¢ driver.
|
public boolean acceptsURL(String url)
acceptsURL in interface Driverpublic Connection connect(String url, Properties properties) throws SQLException
connect in interface DriverSQLExceptionpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic DriverPropertyInfo[] getPropertyInfo(String url, Properties props)
getPropertyInfo in interface Driverpublic boolean jdbcCompliant()
true here if
it passes the JDBC compliance tests; otherwise it is required to return false.
For Cassandra, this is not possible as it is not SQL92 compliant (among others).
jdbcCompliant in interface Driverpublic Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger in interface DriverSQLFeatureNotSupportedExceptionCopyright © 2020–2024 ING Bank. All rights reserved.