Package | Description |
---|---|
com.datastax.dse.driver.api.core.cql.reactive |
Types related to CQL execution using reactive-style programming.
|
com.datastax.oss.driver.api.core |
The core API of the driver, that deals with query execution and cluster metadata.
|
com.datastax.oss.driver.api.core.cql |
Modifier and Type | Method and Description |
---|---|
ColumnDefinitions |
ReactiveRow.getColumnDefinitions()
Returns the column definitions contained in this row.
|
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<? extends ColumnDefinitions> |
ReactiveQueryMetadata.getColumnDefinitions()
Returns metadata about the columns contained in this result set.
|
Modifier and Type | Method and Description |
---|---|
ColumnDefinitions |
AsyncPagingIterable.getColumnDefinitions()
Metadata about the columns returned by the CQL request that was used to build this result.
|
ColumnDefinitions |
PagingIterable.getColumnDefinitions()
Metadata about the columns returned by the CQL request that was used to build this result.
|
Modifier and Type | Method and Description |
---|---|
ColumnDefinitions |
Row.getColumnDefinitions() |
ColumnDefinitions |
PreparedStatement.getResultSetDefinitions()
A description of the result set that will be returned when this prepared statement is bound and
executed.
|
ColumnDefinitions |
PreparedStatement.getVariableDefinitions()
A description of the bind variables of this prepared statement.
|
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setResultMetadata(ByteBuffer newResultMetadataId,
ColumnDefinitions newResultSetDefinitions)
Updates
PreparedStatement.getResultMetadataId() and PreparedStatement.getResultSetDefinitions() atomically. |
Constructor and Description |
---|
BoundStatementBuilder(PreparedStatement preparedStatement,
ColumnDefinitions variableDefinitions,
ByteBuffer[] values,
String executionProfileName,
DriverExecutionProfile executionProfile,
CqlIdentifier routingKeyspace,
ByteBuffer routingKey,
Token routingToken,
Map<String,ByteBuffer> customPayload,
Boolean idempotent,
boolean tracing,
long timestamp,
ByteBuffer pagingState,
int pageSize,
ConsistencyLevel consistencyLevel,
ConsistencyLevel serialConsistencyLevel,
Duration timeout,
CodecRegistry codecRegistry,
ProtocolVersion protocolVersion) |
Copyright © 2017–2024. All rights reserved.