public static class Service.ExecuteRequest extends Service.Request
| Modifier and Type | Field and Description |
|---|---|
int |
maxRowCount |
List<TypedValue> |
parameterValues |
Meta.StatementHandle |
statementHandle |
| Constructor and Description |
|---|
ExecuteRequest(Meta.StatementHandle statementHandle,
List<TypedValue> parameterValues,
int maxRowCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
p, p, p, ppublic final Meta.StatementHandle statementHandle
public final List<TypedValue> parameterValues
public final int maxRowCount
public ExecuteRequest(Meta.StatementHandle statementHandle, List<TypedValue> parameterValues, int maxRowCount)
Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.