public static class Service.ExecuteBatchRequest extends Service.Request
| Modifier and Type | Field and Description |
|---|---|
String |
connectionId |
List<List<TypedValue>> |
parameterValues |
int |
statementId |
| Constructor and Description |
|---|
ExecuteBatchRequest(String connectionId,
int statementId,
List<List<TypedValue>> parameterValues) |
| Modifier and Type | Method and Description |
|---|---|
Service.ExecuteBatchResponse |
accept(Service service) |
boolean |
equals(Object o) |
List<org.apache.calcite.avatica.proto.Requests.UpdateBatch> |
getProtoUpdateBatches() |
int |
hashCode() |
boolean |
hasProtoUpdateBatches()
Does this instance contain protobuf update batches.
|
p, p, p, ppublic final String connectionId
public final int statementId
public final List<List<TypedValue>> parameterValues
public ExecuteBatchRequest(String connectionId, int statementId, List<List<TypedValue>> parameterValues)
public boolean hasProtoUpdateBatches()
protoUpdateBatches is non-null.public List<org.apache.calcite.avatica.proto.Requests.UpdateBatch> getProtoUpdateBatches()
public Service.ExecuteBatchResponse accept(Service service)
Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.