类 AbstractRowFactory
- java.lang.Object
-
- com.mysql.cj.protocol.a.AbstractRowFactory
-
- 所有已实现的接口:
ProtocolEntityFactory<ResultsetRow,NativePacketPayload>
- 直接已知子类:
BinaryRowFactory,TextRowFactory
public abstract class AbstractRowFactory extends Object implements ProtocolEntityFactory<ResultsetRow,NativePacketPayload>
-
-
字段概要
字段 修饰符和类型 字段 说明 protected booleancanReuseRowPacketForBufferRowprotected ColumnDefinitioncolumnDefinitionprotected ExceptionInterceptorexceptionInterceptorprotected Resultset.ConcurrencyresultSetConcurrencyprotected RuntimeProperty<Integer>useBufferRowSizeThresholdprotected ValueDecodervalueDecoder
-
构造器概要
构造器 构造器 说明 AbstractRowFactory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleancanReuseRowPacketForBufferRow()-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.mysql.cj.protocol.ProtocolEntityFactory
createFromMessage, createFromProtocolEntity, getFetchSize, getResultSetConcurrency, getResultSetType
-
-
-
-
字段详细资料
-
columnDefinition
protected ColumnDefinition columnDefinition
-
resultSetConcurrency
protected Resultset.Concurrency resultSetConcurrency
-
canReuseRowPacketForBufferRow
protected boolean canReuseRowPacketForBufferRow
-
useBufferRowSizeThreshold
protected RuntimeProperty<Integer> useBufferRowSizeThreshold
-
exceptionInterceptor
protected ExceptionInterceptor exceptionInterceptor
-
valueDecoder
protected ValueDecoder valueDecoder
-
-