| Package | Description |
|---|---|
| com.datastax.dse.protocol.internal.response.result | |
| com.datastax.oss.protocol.internal.response.result |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
DseRowsMetadata.computeFlags(boolean noMetadata,
List<ColumnSpec> columnSpecs,
ByteBuffer pagingState,
byte[] newResultMetadataId,
int continuousPageNumber,
boolean isLastContinuousPage) |
| Constructor and Description |
|---|
DseRowsMetadata(int flags,
List<ColumnSpec> columnSpecs,
int columnCount,
ByteBuffer pagingState,
int[] pkIndices,
byte[] newResultMetadataId,
int continuousPageNumber,
boolean isLastContinuousPage) |
DseRowsMetadata(List<ColumnSpec> columnSpecs,
ByteBuffer pagingState,
int[] pkIndices,
byte[] newResultMetadataId,
int continuousPageNumber,
boolean isLastContinuousPage)
Builds a new instance with
NO_METADATA == false; the column count is set to the number
of column specifications in the provided list. |
| Modifier and Type | Field and Description |
|---|---|
List<ColumnSpec> |
RowsMetadata.columnSpecs
empty if and only if the SKIP_METADATA flag is present (there is no difference between skipping
the column specs, and having the specs but no columns in them)
|
| Modifier and Type | Method and Description |
|---|---|
protected static int |
RowsMetadata.computeFlags(boolean noMetadata,
List<ColumnSpec> columnSpecs,
ByteBuffer pagingState,
byte[] newResultMetadataId) |
| Constructor and Description |
|---|
RowsMetadata(int flags,
List<ColumnSpec> columnSpecs,
int columnCount,
ByteBuffer pagingState,
int[] pkIndices,
byte[] newResultMetadataId)
This constructor should only be used in message codecs.
|
RowsMetadata(List<ColumnSpec> columnSpecs,
ByteBuffer pagingState,
int[] pkIndices,
byte[] newResultMetadataId)
Builds a new instance with
NO_METADATA == false; the column count is set to the number
of column specifications in the provided list. |
Copyright © 2017–2022. All rights reserved.