| Package | Description |
|---|---|
| com.datastax.oss.protocol.internal.response.result |
| Modifier and Type | Field and Description |
|---|---|
RowsMetadata |
Prepared.resultMetadata |
RowsMetadata |
Prepared.variablesMetadata |
| Modifier and Type | Method and Description |
|---|---|
static <B> RowsMetadata |
RowsMetadata.decode(B source,
PrimitiveCodec<B> decoder,
boolean withPkIndices,
int protocolVersion) |
RowsMetadata |
DefaultRows.getMetadata() |
abstract RowsMetadata |
Rows.getMetadata() |
| Constructor and Description |
|---|
DefaultRows(RowsMetadata metadata,
Queue<List<ByteBuffer>> data) |
Prepared(byte[] preparedQueryId,
byte[] resultMetadataId,
RowsMetadata variablesMetadata,
RowsMetadata resultMetadata) |
Copyright © 2017–2019. All rights reserved.