| Package | Description |
|---|---|
| com.ing.data.cassandra.jdbc |
Implementation of JDBC API for Cassandra databases by wrapping the Java Driver for Apache Cassandra®.
|
| com.ing.data.cassandra.jdbc.optionset |
This package contains the classes relative to the compliance modes used to adapt some behaviours of the wrapper
to different needs (standard JDBC API, Liquibase, ...).
|
| Modifier and Type | Method and Description |
|---|---|
OptionSet |
CassandraConnection.getOptionSet()
Gets the compliance mode option set used for the connection.
|
| Constructor and Description |
|---|
CassandraConnection(com.datastax.oss.driver.api.core.session.Session cSession,
String currentKeyspace,
com.datastax.oss.driver.api.core.ConsistencyLevel defaultConsistencyLevel,
boolean debugMode,
OptionSet optionSet,
String defaultExecutionProfile)
Instantiates a new JDBC connection to a Cassandra cluster using preexisting session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOptionSet
Abstract option set to set common parameter used by option sets.
|
class |
Default
Default option set implementing the methods of
OptionSet accordingly to the JDBC API standard. |
class |
Liquibase
Option set implementation for Liquibase compatibility and flavour of JDBC.
|
Copyright © 2020–2024 ING Bank. All rights reserved.