public static class ResultSet.PreparedMetadata
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CBCodec<ResultSet.PreparedMetadata> |
codec |
java.util.List<ColumnSpecification> |
names |
Constructor and Description |
---|
PreparedMetadata(java.util.List<ColumnSpecification> names,
short[] partitionKeyBindIndexes) |
Modifier and Type | Method and Description |
---|---|
ResultSet.PreparedMetadata |
copy() |
boolean |
equals(java.lang.Object other) |
static ResultSet.PreparedMetadata |
fromPrepared(CQLStatement statement) |
int |
hashCode() |
java.lang.String |
toString() |
public static final CBCodec<ResultSet.PreparedMetadata> codec
public final java.util.List<ColumnSpecification> names
public PreparedMetadata(java.util.List<ColumnSpecification> names, short[] partitionKeyBindIndexes)
public ResultSet.PreparedMetadata copy()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static ResultSet.PreparedMetadata fromPrepared(CQLStatement statement)
Copyright © 2009-2021 The Apache Software Foundation