Class Service.ExecuteRequest
java.lang.Object
org.apache.calcite.avatica.remote.Service.Base
org.apache.calcite.avatica.remote.Service.Request
org.apache.calcite.avatica.remote.Service.ExecuteRequest
- Enclosing interface:
- Service
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExecuteRequest(Meta.StatementHandle statementHandle, List<TypedValue> parameterValues, int maxRowCount) -
Method Summary
Methods inherited from class org.apache.calcite.avatica.remote.Service.Base
p, p, p, p
-
Field Details
-
statementHandle
-
parameterValues
-
maxRowCount
public final int maxRowCount
-
-
Constructor Details
-
ExecuteRequest
public ExecuteRequest(Meta.StatementHandle statementHandle, List<TypedValue> parameterValues, int maxRowCount)
-
-
Method Details