public static class Service.ExecuteBatchResponse extends Service.Response
| Modifier and Type | Field and Description |
|---|---|
String |
connectionId |
boolean |
missingStatement |
Service.RpcMetadataResponse |
rpcMetadata |
int |
statementId |
long[] |
updateCounts |
| Constructor and Description |
|---|
ExecuteBatchResponse(String connectionId,
int statementId,
long[] updateCounts,
boolean missingStatement,
Service.RpcMetadataResponse rpcMetadata) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
p, p, p, ppublic final String connectionId
public final int statementId
public final long[] updateCounts
public final boolean missingStatement
public final Service.RpcMetadataResponse rpcMetadata
public ExecuteBatchResponse(String connectionId, int statementId, long[] updateCounts, boolean missingStatement, Service.RpcMetadataResponse rpcMetadata)
Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.