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 |
| Constructor and Description |
|---|
FetchRequest(String connectionId,
int statementId,
long offset,
int fetchMaxRowCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
p, p, p, ppublic final String connectionId
public final int statementId
public final long offset
public final int fetchMaxRowCount
public FetchRequest(String connectionId, int statementId, long offset, int fetchMaxRowCount)
Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.