类 DbDocFactory
- java.lang.Object
-
- com.mysql.cj.xdevapi.DbDocFactory
-
- 所有已实现的接口:
ProtocolEntityFactory<DbDoc,XMessage>
public class DbDocFactory extends Object implements ProtocolEntityFactory<DbDoc,XMessage>
CreateDbDocobjects from internal row representation.
-
-
构造器概要
构造器 构造器 说明 DbDocFactory(PropertySet pset)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DbDoccreateFromProtocolEntity(ProtocolEntity internalRow)Create object from protocol entity.-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.mysql.cj.protocol.ProtocolEntityFactory
createFromMessage, getFetchSize, getResultSetConcurrency, getResultSetType
-
-
-
-
构造器详细资料
-
DbDocFactory
public DbDocFactory(PropertySet pset)
-
-
方法详细资料
-
createFromProtocolEntity
public DbDoc createFromProtocolEntity(ProtocolEntity internalRow)
从接口复制的说明:ProtocolEntityFactoryCreate object from protocol entity.- 指定者:
createFromProtocolEntity在接口中ProtocolEntityFactory<DbDoc,XMessage>- 参数:
internalRow- theProtocolEntityto create from- 返回:
- a new ProtocolEntity
-
-