public class JdbcResultInfo extends Object implements JdbcRawBinarylizable
| Constructor and Description |
|---|
JdbcResultInfo(boolean isQuery,
long updCnt,
long qryId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isQuery() |
long |
queryId() |
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 qryId)
isQuery - Query flag.updCnt - Update count.qryId - Query ID.public boolean isQuery()
public long queryId()
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.7.5 Release Date : June 4 2019