类 StatementExecuteOkFactory
- java.lang.Object
-
- com.mysql.cj.protocol.x.StatementExecuteOkFactory
-
- 所有已实现的接口:
ProtocolEntityFactory<StatementExecuteOk,XMessage>
public class StatementExecuteOkFactory extends Object implements ProtocolEntityFactory<StatementExecuteOk,XMessage>
Factory producingStatementExecuteOkfrom protocol message.
-
-
构造器概要
构造器 构造器 说明 StatementExecuteOkFactory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StatementExecuteOkcreateFromMessage(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 StatementExecuteOk createFromMessage(XMessage message)
从接口复制的说明:ProtocolEntityFactoryCreate ProtocolEntity of typeProtocolEntityFactoryfrom protocol message.- 指定者:
createFromMessage在接口中ProtocolEntityFactory<StatementExecuteOk,XMessage>- 参数:
message-Messageinstance- 返回:
- T
-
-