| 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.addNonSerializedColumns(java.util.Collection<? extends ColumnSpecification> columns)
Adds the specified columns which will not be serialized.
|
ResultSet.ResultMetadata |
ResultSet.ResultMetadata.copy() |
static ResultSet.ResultMetadata |
ResultSet.ResultMetadata.fromPrepared(CQLStatement statement) |
| Constructor and Description |
|---|
ResultSet(ResultSet.ResultMetadata resultMetadata) |
ResultSet(ResultSet.ResultMetadata resultMetadata,
java.util.List<java.util.List<java.nio.ByteBuffer>> rows) |
| Modifier and Type | Field and Description |
|---|---|
protected ResultSet.ResultMetadata |
Selection.metadata |
| Modifier and Type | Method and Description |
|---|---|
ResultSet.ResultMetadata |
Selection.getResultMetadata() |
| Constructor and Description |
|---|
ResultSetBuilder(ResultSet.ResultMetadata metadata,
Selection.Selectors selectors) |
ResultSetBuilder(ResultSet.ResultMetadata metadata,
Selection.Selectors selectors,
GroupMaker groupMaker) |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
ResultMessage.Prepared |
ResultMessage.Prepared.withResultMetadata(ResultSet.ResultMetadata resultMetadata) |
| Constructor and Description |
|---|
Prepared(MD5Digest statementId,
MD5Digest resultMetadataId,
ResultSet.PreparedMetadata metadata,
ResultSet.ResultMetadata resultMetadata) |
Copyright © 2009-2020 The Apache Software Foundation