Class OdbcStreamingBatchRequest
- java.lang.Object
-
- org.apache.ignite.internal.processors.odbc.ClientListenerRequestNoId
-
- org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest
-
- org.apache.ignite.internal.processors.odbc.odbc.OdbcStreamingBatchRequest
-
- All Implemented Interfaces:
Comparable<OdbcStreamingBatchRequest>,ClientListenerRequest
public class OdbcStreamingBatchRequest extends OdbcRequest implements Comparable<OdbcStreamingBatchRequest>
ODBC query execute request with the batch of parameters.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest
META_COLS, META_PARAMS, META_RESULTSET, META_TBLS, MORE_RESULTS, QRY_CLOSE, QRY_EXEC, QRY_EXEC_BATCH, QRY_FETCH, STREAMING_BATCH
-
Fields inherited from interface org.apache.ignite.internal.processors.odbc.ClientListenerRequest
HANDSHAKE
-
-
Constructor Summary
Constructors Constructor Description OdbcStreamingBatchRequest(@Nullable String schema, List<OdbcQuery> queries, boolean last, long order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(@NotNull OdbcStreamingBatchRequest o)booleanlast()longorder()List<OdbcQuery>queries()@Nullable StringschemaName()StringtoString()-
Methods inherited from class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest
command
-
Methods inherited from class org.apache.ignite.internal.processors.odbc.ClientListenerRequestNoId
requestId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.processors.odbc.ClientListenerRequest
beforeStartupRequest
-
-
-
-
Method Detail
-
schemaName
@Nullable public @Nullable String schemaName()
- Returns:
- Schema name.
-
last
public boolean last()
- Returns:
- Last stream batch flag.
-
order
public long order()
- Returns:
- Request order.
-
compareTo
public int compareTo(@NotNull @NotNull OdbcStreamingBatchRequest o)- Specified by:
compareToin interfaceComparable<OdbcStreamingBatchRequest>
-
-