public class JdbcResult extends Object implements JdbcRawBinarylizable
| Modifier and Type | Field and Description |
|---|---|
static byte |
BATCH_EXEC
Batch queries.
|
| Constructor and Description |
|---|
JdbcResult(byte type)
Constructs result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
readBinary(BinaryReaderExImpl reader,
JdbcProtocolContext protoCtx)
Reads fields from provided reader.
|
static JdbcResult |
readResult(BinaryReaderExImpl reader,
JdbcProtocolContext protoCtx) |
String |
toString() |
void |
writeBinary(BinaryWriterExImpl writer,
JdbcProtocolContext protoCtx)
Writes fields to provided writer.
|
public static final byte BATCH_EXEC
public JdbcResult(byte type)
type - Type of results.public void writeBinary(BinaryWriterExImpl writer, JdbcProtocolContext protoCtx) throws BinaryObjectException
writeBinary in interface JdbcRawBinarylizablewriter - Binary object writer.protoCtx - JDBC protocol context.BinaryObjectException - In case of error.public void readBinary(BinaryReaderExImpl reader, JdbcProtocolContext protoCtx) throws BinaryObjectException
readBinary in interface JdbcRawBinarylizablereader - Binary object reader.protoCtx - JDBC protocol context.BinaryObjectException - In case of error.public static JdbcResult readResult(BinaryReaderExImpl reader, JdbcProtocolContext protoCtx) throws BinaryObjectException
reader - Binary reader.protoCtx - Binary context.BinaryObjectException - On error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021