public class JdbcBinaryTypeNameGetResult extends JdbcResult
BATCH_EXEC| Constructor and Description |
|---|
JdbcBinaryTypeNameGetResult(long reqId,
String typeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
readBinary(BinaryReaderExImpl reader,
JdbcProtocolContext protoCtx)
Reads fields from provided reader.
|
long |
reqId()
Returns ID of initial request.
|
String |
toString() |
String |
typeName()
Returns name of the binary type.
|
void |
writeBinary(BinaryWriterExImpl writer,
JdbcProtocolContext protoCtx)
Writes fields to provided writer.
|
readResultpublic JdbcBinaryTypeNameGetResult(long reqId,
String typeName)
reqId - ID of initial request.typeName - Name of the binary type.public String typeName()
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.0 Release Date : September 11 2021