Class Service.PrepareAndExecuteRequest
java.lang.Object
org.apache.calcite.avatica.remote.Service.Base
org.apache.calcite.avatica.remote.Service.Request
org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- Enclosing interface:
- Service
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPrepareAndExecuteRequest(String connectionId, int statementId, String sql, long maxRowCount) PrepareAndExecuteRequest(String connectionId, int statementId, String sql, long maxRowCount, int maxRowsInFirstFrame) -
Method Summary
Methods inherited from class org.apache.calcite.avatica.remote.Service.Base
p, p, p, p
-
Field Details
-
connectionId
-
sql
-
maxRowCount
public final long maxRowCount -
maxRowsInFirstFrame
public final int maxRowsInFirstFrame -
statementId
public final int statementId
-
-
Constructor Details
-
PrepareAndExecuteRequest
-
PrepareAndExecuteRequest
-
-
Method Details