Class Service.ExecuteBatchResponse
java.lang.Object
org.apache.calcite.avatica.remote.Service.Base
org.apache.calcite.avatica.remote.Service.Response
org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- Enclosing interface:
- Service
Response object for executing a batch of commands.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExecuteBatchResponse(String connectionId, int statementId, long[] updateCounts, boolean missingStatement, Service.RpcMetadataResponse rpcMetadata) -
Method Summary
Methods inherited from class org.apache.calcite.avatica.remote.Service.Base
p, p, p, p
-
Field Details
-
connectionId
-
statementId
public final int statementId -
updateCounts
public final long[] updateCounts -
missingStatement
public final boolean missingStatement -
rpcMetadata
-
-
Constructor Details
-
ExecuteBatchResponse
public ExecuteBatchResponse(String connectionId, int statementId, long[] updateCounts, boolean missingStatement, Service.RpcMetadataResponse rpcMetadata)
-
-
Method Details