public class ColumnDefinitionReader extends java.lang.Object implements ProtocolEntityReader<ColumnDefinition,NativePacketPayload>
| Constructor and Description |
|---|
ColumnDefinitionReader(NativeProtocol prot) |
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition |
read(ProtocolEntityFactory<ColumnDefinition,NativePacketPayload> sf) |
protected Field |
unpackField(NativePacketPayload packet,
java.lang.String characterSetMetadata)
Unpacks the Field information from the given packet.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic ColumnDefinitionReader(NativeProtocol prot)
public ColumnDefinition read(ProtocolEntityFactory<ColumnDefinition,NativePacketPayload> sf)
read in interface ProtocolEntityReader<ColumnDefinition,NativePacketPayload>sf - ProtocolEntityFactory instanceProtocolEntity instanceprotected Field unpackField(NativePacketPayload packet, java.lang.String characterSetMetadata)
packet - the packet containing the field informationcharacterSetMetadata - encoding of the metadata in the packet