public class JdbcUpdateBinarySchemaResult extends JdbcResult
BATCH_EXEC| Constructor and Description |
|---|
JdbcUpdateBinarySchemaResult(long reqId,
boolean success) |
| Modifier and Type | Method and Description |
|---|---|
void |
readBinary(BinaryReaderExImpl reader,
JdbcProtocolContext protoCtx)
Reads fields from provided reader.
|
long |
reqId()
Returns ID of initial operation.
|
boolean |
success()
Returns status of updating.
|
String |
toString() |
void |
writeBinary(BinaryWriterExImpl writer,
JdbcProtocolContext protoCtx)
Writes fields to provided writer.
|
readResultpublic JdbcUpdateBinarySchemaResult(long reqId,
boolean success)
reqId - ID of initial request.success - Status of updating (true if success).public boolean success()
public long reqId()
public void writeBinary(BinaryWriterExImpl writer, JdbcProtocolContext protoCtx) throws BinaryObjectException
writeBinary in interface JdbcRawBinarylizablewriteBinary in class JdbcResultwriter - Binary object writer.protoCtx - JDBC protocol context.BinaryObjectException - In case of error.public void readBinary(BinaryReaderExImpl reader, JdbcProtocolContext protoCtx) throws BinaryObjectException
readBinary in interface JdbcRawBinarylizablereadBinary in class JdbcResultreader - Binary object reader.protoCtx - JDBC protocol context.BinaryObjectException - In case of error.public String toString()
toString in class JdbcResult
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021