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)
Reads fields from provided reader.
|
String |
toString() |
long |
updateCount() |
void |
writeBinary(BinaryWriterExImpl writer)
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)
writeBinary in interface JdbcRawBinarylizablewriter - Binary object writer.public void readBinary(BinaryReaderExImpl reader)
readBinary in interface JdbcRawBinarylizablereader - Binary object reader.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018