Package com.mysql.cj.protocol.x
Class OkFactory
java.lang.Object
com.mysql.cj.protocol.x.OkFactory
- All Implemented Interfaces:
ProtocolEntityFactory<Ok,XMessage>
public class OkFactory extends java.lang.Object implements ProtocolEntityFactory<Ok,XMessage>
Factory producing
Ok
from protocol message.-
Constructor Summary
Constructors Constructor Description OkFactory()
-
Method Summary
Modifier and Type Method Description Ok
createFromMessage(XMessage message)
Create ProtocolEntity of typeProtocolEntityFactory
from protocol message.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mysql.cj.protocol.ProtocolEntityFactory
createFromProtocolEntity, getFetchSize, getResultSetConcurrency, getResultSetType
-
Constructor Details
-
OkFactory
public OkFactory()
-
-
Method Details
-
createFromMessage
Description copied from interface:ProtocolEntityFactory
Create ProtocolEntity of typeProtocolEntityFactory
from protocol message.- Specified by:
createFromMessage
in interfaceProtocolEntityFactory<Ok,XMessage>
- Parameters:
message
-Message
instance- Returns:
- T
-