public static class Service.PrepareRequest extends Service.Request
Meta.prepare(Meta.ConnectionHandle, String, long).| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Descriptors.FieldDescriptor |
CONNECTION_ID_DESCRIPTOR |
String |
connectionId |
private static com.google.protobuf.Descriptors.FieldDescriptor |
MAX_ROWS_TOTAL_DESCRIPTOR |
long |
maxRowCount |
String |
sql |
private static com.google.protobuf.Descriptors.FieldDescriptor |
SQL_DESCRIPTOR |
PRIME| Constructor and Description |
|---|
Service.PrepareRequest() |
Service.PrepareRequest(String connectionId,
String sql,
long maxRowCount) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Service.PrepareResponse |
accept(Service service) |
(package private) Service.PrepareRequest |
deserialize(com.google.protobuf.Message genericMsg) |
boolean |
equals(Object o) |
int |
hashCode() |
(package private) Requests.PrepareRequest |
serialize() |
p, p, p, pprivate static final com.google.protobuf.Descriptors.FieldDescriptor CONNECTION_ID_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor SQL_DESCRIPTOR
private static final com.google.protobuf.Descriptors.FieldDescriptor MAX_ROWS_TOTAL_DESCRIPTOR
public final String connectionId
public final String sql
public final long maxRowCount
Service.PrepareResponse accept(Service service)
accept in class Service.RequestService.PrepareRequest deserialize(com.google.protobuf.Message genericMsg)
deserialize in class Service.RequestRequests.PrepareRequest serialize()
serialize in class Service.RequestCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.