public class JdbcQueryFetchRequest extends JdbcRequest
BATCH_EXECHANDSHAKE| Constructor and Description |
|---|
JdbcQueryFetchRequest(long cursorId,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
cursorId() |
int |
pageSize() |
void |
readBinary(BinaryReaderExImpl reader,
ClientListenerProtocolVersion ver)
Reads fields from provided reader.
|
String |
toString() |
void |
writeBinary(BinaryWriterExImpl writer,
ClientListenerProtocolVersion ver)
Writes fields to provided writer.
|
readRequest, readRequestId, readType, requestId, typepublic JdbcQueryFetchRequest(long cursorId,
int pageSize)
cursorId - Cursor ID.pageSize - Fetch size.public long cursorId()
public int pageSize()
public void writeBinary(BinaryWriterExImpl writer, ClientListenerProtocolVersion ver) throws BinaryObjectException
writeBinary in interface JdbcRawBinarylizablewriteBinary in class JdbcRequestwriter - Binary object writer.ver - ver Protocol version.BinaryObjectException - In case of error.public void readBinary(BinaryReaderExImpl reader, ClientListenerProtocolVersion ver) throws BinaryObjectException
readBinary in interface JdbcRawBinarylizablereadBinary in class JdbcRequestreader - Binary object reader.ver - Protocol version.BinaryObjectException - In case of error.public String toString()
toString in class JdbcRequest
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020