类 ResultsetRowReader
- java.lang.Object
-
- com.mysql.cj.protocol.a.ResultsetRowReader
-
- 所有已实现的接口:
ProtocolEntityReader<ResultsetRow,NativePacketPayload>
public class ResultsetRowReader extends Object implements ProtocolEntityReader<ResultsetRow,NativePacketPayload>
-
-
字段概要
字段 修饰符和类型 字段 说明 protected PropertySetpropertySetprotected NativeProtocolprotocolprotected RuntimeProperty<Integer>useBufferRowSizeThreshold
-
构造器概要
构造器 构造器 说明 ResultsetRowReader(NativeProtocol prot)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ResultsetRowread(ProtocolEntityFactory<ResultsetRow,NativePacketPayload> sf)Retrieve one row from the MySQL server.-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.mysql.cj.protocol.ProtocolEntityReader
read
-
-
-
-
字段详细资料
-
protocol
protected NativeProtocol protocol
-
propertySet
protected PropertySet propertySet
-
useBufferRowSizeThreshold
protected RuntimeProperty<Integer> useBufferRowSizeThreshold
-
-
构造器详细资料
-
ResultsetRowReader
public ResultsetRowReader(NativeProtocol prot)
-
-
方法详细资料
-
read
public ResultsetRow read(ProtocolEntityFactory<ResultsetRow,NativePacketPayload> sf) throws IOException
Retrieve one row from the MySQL server. Note: this method is not thread-safe, but it is only called from methods that are guarded by synchronizing on this object.- 指定者:
read在接口中ProtocolEntityReader<ResultsetRow,NativePacketPayload>- 参数:
sf- ProtocolEntityFactory- 返回:
ProtocolEntityinstance- 抛出:
IOException- if an error occurs
-
-