public class JdbcQueryExecuteRequest extends JdbcRequest
BATCH_EXECHANDSHAKE| Constructor and Description |
|---|
JdbcQueryExecuteRequest(JdbcStatementType stmtType,
String schemaName,
int pageSize,
int maxRows,
boolean autoCommit,
String sqlQry,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
arguments() |
JdbcStatementType |
expectedStatementType() |
int |
maxRows() |
int |
pageSize() |
boolean |
partitionResponseRequest() |
void |
partitionResponseRequest(boolean partResReq) |
void |
readBinary(BinaryReaderExImpl reader,
ClientListenerProtocolVersion ver)
Reads fields from provided reader.
|
@Nullable String |
schemaName() |
String |
sqlQuery() |
String |
toString() |
void |
writeBinary(BinaryWriterExImpl writer,
ClientListenerProtocolVersion ver)
Writes fields to provided writer.
|
readRequest, readRequestId, readType, requestId, typepublic JdbcQueryExecuteRequest(JdbcStatementType stmtType, String schemaName, int pageSize, int maxRows, boolean autoCommit, String sqlQry, Object[] args)
stmtType - Expected statement type.schemaName - Cache name.pageSize - Fetch size.maxRows - Max rows.autoCommit - Connection auto commit flag state.sqlQry - SQL query.args - Arguments list.public int pageSize()
public int maxRows()
public String sqlQuery()
public Object[] arguments()
@Nullable public @Nullable String schemaName()
public JdbcStatementType expectedStatementType()
public void writeBinary(BinaryWriterExImpl writer, ClientListenerProtocolVersion ver) throws BinaryObjectException
writeBinary in interface JdbcRawBinarylizablewriteBinary in class JdbcRequestwriter - Binary object writer.ver - ver Protocol version.BinaryObjectException - In case of error.public void readBinary(BinaryReaderExImpl reader, ClientListenerProtocolVersion ver) throws BinaryObjectException
readBinary in interface JdbcRawBinarylizablereadBinary in class JdbcRequestreader - Binary object reader.ver - Protocol version.BinaryObjectException - In case of error.public boolean partitionResponseRequest()
public void partitionResponseRequest(boolean partResReq)
partResReq - New partition response request.public String toString()
toString in class JdbcRequest
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020