public class OdbcQueryExecuteBatchRequest extends OdbcRequest
META_COLS, META_PARAMS, META_TBLS, MORE_RESULTS, QRY_CLOSE, QRY_EXEC, QRY_EXEC_BATCH, QRY_FETCH, STREAMING_BATCHHANDSHAKE| Constructor and Description |
|---|
OdbcQueryExecuteBatchRequest(@Nullable String schema,
String sqlQry,
boolean last,
Object[][] args,
int timeout,
boolean autoCommit) |
| Modifier and Type | Method and Description |
|---|---|
Object[][] |
arguments() |
boolean |
autoCommit() |
boolean |
last() |
@Nullable String |
schema() |
String |
sqlQuery() |
int |
timeout() |
String |
toString() |
commandrequestIdpublic OdbcQueryExecuteBatchRequest(@Nullable
@Nullable String schema,
String sqlQry,
boolean last,
Object[][] args,
int timeout,
boolean autoCommit)
schema - Schema.sqlQry - SQL query.last - Last page flag.args - Arguments list.timeout - Timeout in seconds.autoCommit - Autocommit flag.public String sqlQuery()
public Object[][] arguments()
@Nullable public @Nullable String schema()
public boolean last()
public int timeout()
public boolean autoCommit()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020