public static class Service.FetchRequest extends Service.Request
| Modifier and Type | Field and Description |
|---|---|
String |
connectionId |
int |
fetchMaxRowCount
Maximum number of rows to be returned in the frame.
|
long |
offset |
int |
statementId |
PRIME| Constructor and Description |
|---|
Service.FetchRequest() |
Service.FetchRequest(String connectionId,
int statementId,
long offset,
int fetchMaxRowCount) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Service.FetchResponse |
accept(Service service) |
(package private) Service.FetchRequest |
deserialize(com.google.protobuf.Message genericMsg) |
boolean |
equals(Object o) |
int |
hashCode() |
(package private) Requests.FetchRequest |
serialize() |
p, p, p, ppublic final String connectionId
public final int statementId
public final long offset
public final int fetchMaxRowCount
Service.FetchRequest()
public Service.FetchRequest(String connectionId, int statementId, long offset, int fetchMaxRowCount)
Service.FetchResponse accept(Service service)
accept in class Service.RequestService.FetchRequest deserialize(com.google.protobuf.Message genericMsg)
deserialize in class Service.RequestRequests.FetchRequest serialize()
serialize in class Service.RequestCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.