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 DbDoccreateFromProtocolEntity(ProtocolEntity internalRow)Create object from protocol entity.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mysql.cj.protocol.ProtocolEntityFactory
createFromMessage, getFetchSize, getResultSetConcurrency, getResultSetType
-
Constructor Details
-
Method Details
-
createFromProtocolEntity
Description copied from interface:ProtocolEntityFactoryCreate object from protocol entity.- Specified by:
createFromProtocolEntityin interfaceProtocolEntityFactory<DbDoc,XMessage>- Parameters:
internalRow- theProtocolEntityto create from- Returns:
- a new ProtocolEntity
-