public class JdbcMetaColumnsResult extends JdbcResult
BATCH_EXEC| Modifier | Constructor and Description |
|---|---|
protected |
JdbcMetaColumnsResult(byte type)
Used by children classes.
|
protected |
JdbcMetaColumnsResult(byte type,
Collection<JdbcColumnMeta> meta)
Used by children classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected JdbcColumnMeta |
createMetaColumn() |
List<JdbcColumnMeta> |
meta() |
void |
readBinary(BinaryReaderExImpl reader)
Reads fields from provided reader.
|
String |
toString() |
void |
writeBinary(BinaryWriterExImpl writer)
Writes fields to provided writer.
|
readResultprotected JdbcMetaColumnsResult(byte type)
type - Type ID.protected JdbcMetaColumnsResult(byte type,
Collection<JdbcColumnMeta> meta)
type - Type ID.meta - Columns metadata.public List<JdbcColumnMeta> meta()
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.protected JdbcColumnMeta createMetaColumn()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018