Package | Description |
---|---|
com.datastax.dse.driver.api.core.cql.continuous | |
com.datastax.oss.driver.api.core.cql |
Modifier and Type | Interface and Description |
---|---|
interface |
ContinuousResultSet
The result of a synchronous
continuous paging query.
|
Modifier and Type | Field and Description |
---|---|
static GenericType<ResultSet> |
Statement.SYNC
The type returned when a CQL statement is executed synchronously.
|
Modifier and Type | Method and Description |
---|---|
default ResultSet |
SyncCqlSession.execute(Statement<?> statement)
Executes a CQL statement synchronously (the calling thread blocks until the result becomes
available).
|
default ResultSet |
SyncCqlSession.execute(String query)
Executes a CQL statement synchronously (the calling thread blocks until the result becomes
available).
|
default ResultSet |
SyncCqlSession.execute(String query,
Map<String,Object> values)
Executes a CQL statement synchronously (the calling thread blocks until the result becomes
available).
|
default ResultSet |
SyncCqlSession.execute(String query,
Object... values)
Executes a CQL statement synchronously (the calling thread blocks until the result becomes
available).
|
Copyright © 2017–2024. All rights reserved.