类 FetchDoneEntityFactory
- java.lang.Object
-
- com.mysql.cj.protocol.x.FetchDoneEntityFactory
-
- 所有已实现的接口:
ProtocolEntityFactory<FetchDoneEntity,XMessage>
public class FetchDoneEntityFactory extends Object implements ProtocolEntityFactory<FetchDoneEntity,XMessage>
Factory producingFetchDoneEntityfrom protocol message.
-
-
构造器概要
构造器 构造器 说明 FetchDoneEntityFactory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 FetchDoneEntitycreateFromMessage(XMessage message)Create ProtocolEntity of typeProtocolEntityFactoryfrom protocol message.-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.mysql.cj.protocol.ProtocolEntityFactory
createFromProtocolEntity, getFetchSize, getResultSetConcurrency, getResultSetType
-
-
-
-
方法详细资料
-
createFromMessage
public FetchDoneEntity createFromMessage(XMessage message)
从接口复制的说明:ProtocolEntityFactoryCreate ProtocolEntity of typeProtocolEntityFactoryfrom protocol message.- 指定者:
createFromMessage在接口中ProtocolEntityFactory<FetchDoneEntity,XMessage>- 参数:
message-Messageinstance- 返回:
- T
-
-