public class JdbcBatchExecuteResult extends JdbcResult
BATCH_EXEC| Constructor and Description |
|---|
JdbcBatchExecuteResult()
Condtructor.
|
JdbcBatchExecuteResult(int[] updateCnts,
int errCode,
String errMsg) |
| Modifier and Type | Method and Description |
|---|---|
int |
errorCode() |
String |
errorMessage() |
void |
readBinary(BinaryReaderExImpl reader)
Reads fields from provided reader.
|
String |
toString() |
int[] |
updateCounts() |
void |
writeBinary(BinaryWriterExImpl writer)
Writes fields to provided writer.
|
readResultpublic JdbcBatchExecuteResult()
public JdbcBatchExecuteResult(int[] updateCnts,
int errCode,
String errMsg)
updateCnts - Update counts for batch.errCode - Error code.errMsg - Error message.public int[] updateCounts()
public int errorCode()
public String errorMessage()
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