public class JdbcQueryExecuteResult extends JdbcResult
BATCH_EXEC| Constructor and Description |
|---|
JdbcQueryExecuteResult(long queryId,
long updateCnt) |
| Modifier and Type | Method and Description |
|---|---|
long |
getQueryId() |
boolean |
isQuery() |
List<List<Object>> |
items() |
boolean |
last() |
void |
readBinary(BinaryReaderExImpl reader)
Reads fields from provided reader.
|
String |
toString() |
long |
updateCount() |
void |
writeBinary(BinaryWriterExImpl writer)
Writes fields to provided writer.
|
readResultpublic JdbcQueryExecuteResult(long queryId,
long updateCnt)
queryId - Query ID.updateCnt - Update count for DML queries.public long getQueryId()
public boolean last()
public boolean isQuery()
false for DML/DDL queries.public long updateCount()
public void writeBinary(BinaryWriterExImpl writer) throws BinaryObjectException
writeBinary in interface JdbcRawBinarylizablewriteBinary in class JdbcResultwriter - Binary object writer.BinaryObjectException - In case of error.public void readBinary(BinaryReaderExImpl reader) throws BinaryObjectException
readBinary in interface JdbcRawBinarylizablereadBinary in class JdbcResultreader - Binary object reader.BinaryObjectException - In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018