public class ResultsetRowReader extends java.lang.Object implements ProtocolEntityReader<ResultsetRow,NativePacketPayload>
Modifier and Type | Field and Description |
---|---|
protected PropertySet |
propertySet |
protected NativeProtocol |
protocol |
protected RuntimeProperty<java.lang.Integer> |
useBufferRowSizeThreshold |
Constructor and Description |
---|
ResultsetRowReader(NativeProtocol prot) |
Modifier and Type | Method and Description |
---|---|
ResultsetRow |
read(ProtocolEntityFactory<ResultsetRow,NativePacketPayload> sf)
Retrieve one row from the MySQL server.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read
protected NativeProtocol protocol
protected PropertySet propertySet
protected RuntimeProperty<java.lang.Integer> useBufferRowSizeThreshold
public ResultsetRowReader(NativeProtocol prot)
public ResultsetRow read(ProtocolEntityFactory<ResultsetRow,NativePacketPayload> sf) throws java.io.IOException
read
in interface ProtocolEntityReader<ResultsetRow,NativePacketPayload>
sf
- ProtocolEntityFactoryProtocolEntity
instancejava.io.IOException
- if an error occurs