类 BinaryRowFactory
- java.lang.Object
-
- com.mysql.cj.protocol.a.AbstractRowFactory
-
- com.mysql.cj.protocol.a.BinaryRowFactory
-
- 所有已实现的接口:
ProtocolEntityFactory<ResultsetRow,NativePacketPayload>
public class BinaryRowFactory extends AbstractRowFactory implements ProtocolEntityFactory<ResultsetRow,NativePacketPayload>
Handle binary-encoded data for server-side PreparedStatements
-
-
字段概要
-
从类继承的字段 com.mysql.cj.protocol.a.AbstractRowFactory
canReuseRowPacketForBufferRow, columnDefinition, exceptionInterceptor, resultSetConcurrency, useBufferRowSizeThreshold, valueDecoder
-
-
构造器概要
构造器 构造器 说明 BinaryRowFactory(NativeProtocol protocol, ColumnDefinition columnDefinition, Resultset.Concurrency resultSetConcurrency, boolean canReuseRowPacketForBufferRow)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleancanReuseRowPacketForBufferRow()ResultsetRowcreateFromMessage(NativePacketPayload rowPacket)Create ProtocolEntity of typeProtocolEntityFactoryfrom protocol message.-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.mysql.cj.protocol.ProtocolEntityFactory
createFromProtocolEntity, getFetchSize, getResultSetConcurrency, getResultSetType
-
-
-
-
构造器详细资料
-
BinaryRowFactory
public BinaryRowFactory(NativeProtocol protocol, ColumnDefinition columnDefinition, Resultset.Concurrency resultSetConcurrency, boolean canReuseRowPacketForBufferRow)
-
-
方法详细资料
-
createFromMessage
public ResultsetRow createFromMessage(NativePacketPayload rowPacket)
从接口复制的说明:ProtocolEntityFactoryCreate ProtocolEntity of typeProtocolEntityFactoryfrom protocol message.- 指定者:
createFromMessage在接口中ProtocolEntityFactory<ResultsetRow,NativePacketPayload>- 参数:
rowPacket-Messageinstance- 返回:
- T
-
canReuseRowPacketForBufferRow
public boolean canReuseRowPacketForBufferRow()
-
-