public static class Service.FetchRequest extends Service.Request
Meta.fetch(Meta.StatementHandle, List, int, int).| Modifier and Type | Field and Description |
|---|---|
String |
connectionId |
int |
fetchMaxRowCount
Maximum number of rows to be returned in the frame.
|
int |
offset |
List<Object> |
parameterValues
A list of parameter values, if statement is to be executed; otherwise
null.
|
int |
statementId |
| Constructor and Description |
|---|
Service.FetchRequest(String connectionId,
int statementId,
List<Object> parameterValues,
int offset,
int fetchMaxRowCount) |
public final String connectionId
public final int statementId
public final int offset
public final int fetchMaxRowCount
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.