| 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 | Field and Description |
|---|---|
protected CassandraConnection |
CassandraStatement.connection
The Cassandra connection.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraConnection |
CassandraStatement.getCassandraConnection()
Retrieves the
CassandraConnection object that produced this Statement object. |
CassandraConnection |
PooledCassandraConnection.getConnection() |
CassandraConnection |
CassandraDataSource.getConnection() |
CassandraConnection |
CassandraDataSource.getConnection(String user,
String password) |
| Constructor and Description |
|---|
CassandraDatabaseMetaData(CassandraConnection connection)
Constructor.
|
PooledCassandraConnection(CassandraConnection physicalConnection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraConnection |
AbstractOptionSet.getConnection() |
CassandraConnection |
OptionSet.getConnection()
Get referenced connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOptionSet.setConnection(CassandraConnection connection) |
void |
OptionSet.setConnection(CassandraConnection connection)
Set referenced connection.
|
Copyright © 2020–2024 ING Bank. All rights reserved.