Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.transport.messages |
Modifier and Type | Field and Description |
---|---|
static ResultSet.Metadata |
ResultSet.Metadata.EMPTY |
ResultSet.Metadata |
ResultSet.metadata |
Modifier and Type | Field and Description |
---|---|
static CBCodec<ResultSet.Metadata> |
ResultSet.Metadata.codec |
Modifier and Type | Method and Description |
---|---|
ResultSet.Metadata |
ResultSet.Metadata.copy() |
static ResultSet.Metadata |
ResultSet.makeCountMetadata(java.lang.String ksName,
java.lang.String cfName,
ColumnIdentifier alias) |
Constructor and Description |
---|
ResultSet(ResultSet.Metadata metadata,
java.util.List<java.util.List<java.nio.ByteBuffer>> rows) |
Modifier and Type | Method and Description |
---|---|
ResultSet.Metadata |
SelectStatement.getResultMetadata() |
ResultSet.Metadata |
Selection.getResultMetadata() |
Modifier and Type | Field and Description |
---|---|
ResultSet.Metadata |
ResultMessage.Prepared.metadata
Describes the variables to be bound in the prepared statement
|
ResultSet.Metadata |
ResultMessage.Prepared.resultMetadata
Describes the results of executing this prepared statement
|
Copyright © 2014 The Apache Software Foundation