public static class Service.ExecuteRequest extends Service.Request
| Modifier and Type | Field and Description |
|---|---|
long |
maxRowCount |
List<TypedValue> |
parameterValues |
Meta.StatementHandle |
statementHandle |
PRIME| Constructor and Description |
|---|
Service.ExecuteRequest() |
Service.ExecuteRequest(Meta.StatementHandle statementHandle,
List<TypedValue> parameterValues,
long maxRowCount) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Service.ExecuteResponse |
accept(Service service) |
(package private) Service.ExecuteRequest |
deserialize(com.google.protobuf.Message genericMsg) |
boolean |
equals(Object o) |
int |
hashCode() |
(package private) Requests.ExecuteRequest |
serialize() |
p, p, p, ppublic final Meta.StatementHandle statementHandle
public final List<TypedValue> parameterValues
public final long maxRowCount
Service.ExecuteRequest()
public Service.ExecuteRequest(Meta.StatementHandle statementHandle, List<TypedValue> parameterValues, long maxRowCount)
Service.ExecuteResponse accept(Service service)
accept in class Service.RequestService.ExecuteRequest deserialize(com.google.protobuf.Message genericMsg)
deserialize in class Service.RequestRequests.ExecuteRequest serialize()
serialize in class Service.RequestCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.