类 ColumnDefinitionReader
- java.lang.Object
-
- com.mysql.cj.protocol.a.ColumnDefinitionReader
-
- 所有已实现的接口:
ProtocolEntityReader<ColumnDefinition,NativePacketPayload>
public class ColumnDefinitionReader extends Object implements ProtocolEntityReader<ColumnDefinition,NativePacketPayload>
-
-
构造器概要
构造器 构造器 说明 ColumnDefinitionReader(NativeProtocol prot)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ColumnDefinitionread(ProtocolEntityFactory<ColumnDefinition,NativePacketPayload> sf)protected FieldunpackField(NativePacketPayload packet, String characterSetMetadata)Unpacks the Field information from the given packet.-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.mysql.cj.protocol.ProtocolEntityReader
read
-
-
-
-
构造器详细资料
-
ColumnDefinitionReader
public ColumnDefinitionReader(NativeProtocol prot)
-
-
方法详细资料
-
read
public ColumnDefinition read(ProtocolEntityFactory<ColumnDefinition,NativePacketPayload> sf)
- 指定者:
read在接口中ProtocolEntityReader<ColumnDefinition,NativePacketPayload>- 参数:
sf-ProtocolEntityFactoryinstance- 返回:
ProtocolEntityinstance
-
unpackField
protected Field unpackField(NativePacketPayload packet, String characterSetMetadata)
Unpacks the Field information from the given packet.- 参数:
packet- the packet containing the field informationcharacterSetMetadata- encoding of the metadata in the packet- 返回:
- the unpacked field
-
-