public class JdbcQueryExecuteRequest extends JdbcRequest
BATCH_EXECHANDSHAKE| Constructor and Description |
|---|
JdbcQueryExecuteRequest(JdbcStatementType stmtType,
String schemaName,
int pageSize,
int maxRows,
String sqlQry,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
arguments() |
JdbcStatementType |
expectedStatementType() |
int |
maxRows() |
int |
pageSize() |
void |
readBinary(BinaryReaderExImpl reader)
Reads fields from provided reader.
|
String |
schemaName() |
String |
sqlQuery() |
String |
toString() |
void |
writeBinary(BinaryWriterExImpl writer)
Writes fields to provided writer.
|
readRequest, typerequestIdpublic JdbcQueryExecuteRequest(JdbcStatementType stmtType, String schemaName, int pageSize, int maxRows, String sqlQry, Object[] args)
stmtType - Expected statement type.schemaName - Cache name.pageSize - Fetch size.maxRows - Max rows.sqlQry - SQL query.args - Arguments list.public int pageSize()
public int maxRows()
public String sqlQuery()
public Object[] arguments()
@Nullable public String schemaName()
public JdbcStatementType expectedStatementType()
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.4.0 Release Date : March 5 2018