public static class Service.PrepareAndExecuteBatchRequest extends Service.Request
| Modifier and Type | Field and Description |
|---|---|
String |
connectionId |
List<String> |
sqlCommands |
int |
statementId |
PRIME| Constructor and Description |
|---|
PrepareAndExecuteBatchRequest() |
PrepareAndExecuteBatchRequest(String connectionId,
int statementId,
List<String> sqlCommands) |
| Modifier and Type | Method and Description |
|---|---|
Service.ExecuteBatchResponse |
accept(Service service) |
Service.PrepareAndExecuteBatchRequest |
deserialize(com.google.protobuf.Message genericMsg) |
boolean |
equals(Object o) |
int |
hashCode() |
Requests.PrepareAndExecuteBatchRequest |
serialize() |
p, p, p, ppublic final String connectionId
public final int statementId
public Service.ExecuteBatchResponse accept(Service service)
accept in class Service.Requestpublic Requests.PrepareAndExecuteBatchRequest serialize()
serialize in class Service.Requestpublic Service.PrepareAndExecuteBatchRequest deserialize(com.google.protobuf.Message genericMsg)
deserialize in class Service.RequestCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.