public class JdbcResultInfo extends Object implements JdbcRawBinarylizable
| Constructor and Description |
|---|
JdbcResultInfo(boolean isQuery,
long updCnt,
long cursorId) |
| Modifier and Type | Method and Description |
|---|---|
long |
cursorId() |
boolean |
isQuery() |
void |
readBinary(BinaryReaderExImpl reader,
ClientListenerProtocolVersion ver)
Reads fields from provided reader.
|
String |
toString() |
long |
updateCount() |
void |
writeBinary(BinaryWriterExImpl writer,
ClientListenerProtocolVersion ver)
Writes fields to provided writer.
|
public JdbcResultInfo(boolean isQuery,
long updCnt,
long cursorId)
isQuery - Query flag.updCnt - Update count.cursorId - Cursor ID.public boolean isQuery()
public long cursorId()
public long updateCount()
public void writeBinary(BinaryWriterExImpl writer, ClientListenerProtocolVersion ver)
writeBinary in interface JdbcRawBinarylizablewriter - Binary object writer.ver - ver Protocol version.public void readBinary(BinaryReaderExImpl reader, ClientListenerProtocolVersion ver)
readBinary in interface JdbcRawBinarylizablereader - Binary object reader.ver - Protocol version.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020