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) | 
| 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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 The Apache Software Foundation