Package com.mysql.cj.protocol.x
Class XProtocolRowFactory
java.lang.Object
com.mysql.cj.protocol.x.XProtocolRowFactory
- All Implemented Interfaces:
ProtocolEntityFactory<XProtocolRow,XMessage>
public class XProtocolRowFactory extends java.lang.Object implements ProtocolEntityFactory<XProtocolRow,XMessage>
Factory producing an
XProtocolRow
from protocol message.-
Constructor Summary
Constructors Constructor Description XProtocolRowFactory()
-
Method Summary
Modifier and Type Method Description XProtocolRow
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
-
XProtocolRowFactory
public XProtocolRowFactory()
-
-
Method Details
-
createFromMessage
Description copied from interface:ProtocolEntityFactory
Create ProtocolEntity of typeProtocolEntityFactory
from protocol message.- Specified by:
createFromMessage
in interfaceProtocolEntityFactory<XProtocolRow,XMessage>
- Parameters:
message
-Message
instance- Returns:
- T
-