public class OdbcStreamingBatchRequest extends OdbcRequest implements Comparable<OdbcStreamingBatchRequest>
META_COLS, META_PARAMS, META_TBLS, MORE_RESULTS, QRY_CLOSE, QRY_EXEC, QRY_EXEC_BATCH, QRY_FETCH, STREAMING_BATCHHANDSHAKE| Constructor and Description |
|---|
OdbcStreamingBatchRequest(@Nullable String schema,
List<OdbcQuery> queries,
boolean last,
long order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(@NotNull OdbcStreamingBatchRequest o) |
boolean |
last() |
long |
order() |
List<OdbcQuery> |
queries() |
@Nullable String |
schemaName() |
String |
toString() |
commandrequestId@Nullable public @Nullable String schemaName()
public boolean last()
public long order()
public int compareTo(@NotNull
@NotNull OdbcStreamingBatchRequest o)
compareTo in interface Comparable<OdbcStreamingBatchRequest>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020