public class JdbcBatchExecuteRequest extends JdbcRequest
BATCH_EXECHANDSHAKE| Modifier | Constructor and Description |
|---|---|
|
JdbcBatchExecuteRequest()
Default constructor.
|
protected |
JdbcBatchExecuteRequest(byte type)
Constructor for child requests.
|
protected |
JdbcBatchExecuteRequest(byte type,
String schemaName,
List<JdbcQuery> queries,
boolean lastStreamBatch)
Constructor for child requests.
|
|
JdbcBatchExecuteRequest(String schemaName,
List<JdbcQuery> queries,
boolean lastStreamBatch) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLastStreamBatch() |
List<JdbcQuery> |
queries() |
void |
readBinary(BinaryReaderExImpl reader)
Reads fields from provided reader.
|
String |
schemaName() |
String |
toString() |
void |
writeBinary(BinaryWriterExImpl writer)
Writes fields to provided writer.
|
readRequest, typerequestIdpublic JdbcBatchExecuteRequest()
protected JdbcBatchExecuteRequest(byte type)
type - Request type/public JdbcBatchExecuteRequest(String schemaName, List<JdbcQuery> queries, boolean lastStreamBatch)
schemaName - Schema name.queries - Queries.lastStreamBatch - true in case the request is the last batch at the stream.protected JdbcBatchExecuteRequest(byte type,
String schemaName,
List<JdbcQuery> queries,
boolean lastStreamBatch)
type - Request type.schemaName - Schema name.queries - Queries.lastStreamBatch - true in case the request is the last batch at the stream.@Nullable public String schemaName()
public boolean isLastStreamBatch()
public void writeBinary(BinaryWriterExImpl writer) throws BinaryObjectException
writeBinary in interface JdbcRawBinarylizablewriteBinary in class JdbcRequestwriter - Binary object writer.BinaryObjectException - In case of error.public void readBinary(BinaryReaderExImpl reader) throws BinaryObjectException
readBinary in interface JdbcRawBinarylizablereadBinary in class JdbcRequestreader - Binary object reader.BinaryObjectException - In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018