Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.selection | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.transport.messages |
Modifier and Type | Field and Description |
---|---|
static ResultSet.ResultMetadata |
ResultSet.ResultMetadata.EMPTY |
ResultSet.ResultMetadata |
ResultSet.metadata |
Modifier and Type | Field and Description |
---|---|
static CBCodec<ResultSet.ResultMetadata> |
ResultSet.ResultMetadata.codec |
Modifier and Type | Method and Description |
---|---|
ResultSet.ResultMetadata |
ResultSet.ResultMetadata.copy() |
Constructor and Description |
---|
ResultSet(ResultSet.ResultMetadata metadata,
java.util.List<java.util.List<java.nio.ByteBuffer>> rows) |
Modifier and Type | Method and Description |
---|---|
ResultSet.ResultMetadata |
Selection.getResultMetadata(boolean isJson) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.nio.ByteBuffer> |
Selection.rowToJson(java.util.List<java.nio.ByteBuffer> row,
ProtocolVersion protocolVersion,
ResultSet.ResultMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
ResultSet.ResultMetadata |
SelectStatement.getResultMetadata() |
Modifier and Type | Field and Description |
---|---|
ResultSet.ResultMetadata |
ResultMessage.Prepared.resultMetadata
Describes the results of executing this prepared statement
|
Copyright © 2020 The Apache Software Foundation