Package com.mysql.cj.protocol.x
Class FieldFactory
java.lang.Object
com.mysql.cj.protocol.x.FieldFactory
- All Implemented Interfaces:
ProtocolEntityFactory<Field,XMessage>
public class FieldFactory extends java.lang.Object implements ProtocolEntityFactory<Field,XMessage>
Factory producing
Field from protocol message.-
Constructor Summary
Constructors Constructor Description FieldFactory(java.lang.String metadataCharSet) -
Method Summary
Modifier and Type Method Description FieldcreateFromMessage(XMessage message)Create ProtocolEntity of typeProtocolEntityFactoryfrom protocol message.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
createFromProtocolEntity, getFetchSize, getResultSetConcurrency, getResultSetType
-
Constructor Details
-
FieldFactory
public FieldFactory(java.lang.String metadataCharSet)
-
-
Method Details
-
createFromMessage
Description copied from interface:ProtocolEntityFactoryCreate ProtocolEntity of typeProtocolEntityFactoryfrom protocol message.- Specified by:
createFromMessagein interfaceProtocolEntityFactory<Field,XMessage>- Parameters:
message-Messageinstance- Returns:
- T
-