Class Service.ExecuteBatchRequest
java.lang.Object
org.apache.calcite.avatica.remote.Service.Base
org.apache.calcite.avatica.remote.Service.Request
org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- Enclosing interface:
- Service
Request object to execute a batch of commands.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExecuteBatchRequest(String connectionId, int statementId, List<List<TypedValue>> parameterValues) -
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 -
parameterValues
-
-
Constructor Details
-
ExecuteBatchRequest
public ExecuteBatchRequest(String connectionId, int statementId, List<List<TypedValue>> parameterValues)
-
-
Method Details
-
hasProtoUpdateBatches
public boolean hasProtoUpdateBatches()Does this instance contain protobuf update batches.- Returns:
- True if
protoUpdateBatchesis non-null.
-
getProtoUpdateBatches
- Returns:
- The protobuf update batches.
-
accept
-
hashCode
public int hashCode() -
equals
-