public static class Service.ExecuteRequest extends Service.Request
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Descriptors.FieldDescriptor |
DEPRECATED_FIRST_FRAME_MAX_SIZE_DESCRIPTOR |
private static com.google.protobuf.Descriptors.FieldDescriptor |
FIRST_FRAME_MAX_SIZE_DESCRIPTOR |
int |
maxRowCount |
List<TypedValue> |
parameterValues |
private static com.google.protobuf.Descriptors.FieldDescriptor |
STATEMENT_HANDLE_DESCRIPTOR |
Meta.StatementHandle |
statementHandle |
PRIME| Constructor and Description |
|---|
ExecuteRequest() |
ExecuteRequest(Meta.StatementHandle statementHandle,
List<TypedValue> parameterValues,
int 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, pprivate static final com.google.protobuf.Descriptors.FieldDescriptor STATEMENT_HANDLE_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor DEPRECATED_FIRST_FRAME_MAX_SIZE_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor FIRST_FRAME_MAX_SIZE_DESCRIPTOR
public final Meta.StatementHandle statementHandle
public final List<TypedValue> parameterValues
public final int maxRowCount
ExecuteRequest()
public ExecuteRequest(Meta.StatementHandle statementHandle, List<TypedValue> parameterValues, int 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–2018 The Apache Software Foundation. All rights reserved.