Package com.mysql.cj.xdevapi
Class DbDocFactory
java.lang.Object
com.mysql.cj.xdevapi.DbDocFactory
- All Implemented Interfaces:
ProtocolEntityFactory<DbDoc,XMessage>
public class DbDocFactory extends java.lang.Object implements ProtocolEntityFactory<DbDoc,XMessage>
Create
DbDoc
objects from internal row representation.-
Constructor Summary
Constructors Constructor Description DbDocFactory(PropertySet pset)
-
Method Summary
Modifier and Type Method Description DbDoc
createFromProtocolEntity(ProtocolEntity internalRow)
Create object from protocol entity.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
createFromMessage, getFetchSize, getResultSetConcurrency, getResultSetType
-
Constructor Details
-
Method Details
-
createFromProtocolEntity
Description copied from interface:ProtocolEntityFactory
Create object from protocol entity.- Specified by:
createFromProtocolEntity
in interfaceProtocolEntityFactory<DbDoc,XMessage>
- Parameters:
internalRow
- theProtocolEntity
to create from- Returns:
- a new ProtocolEntity
-