Package org.apache.calcite.avatica
Class Meta.ExecuteBatchResult
java.lang.Object
org.apache.calcite.avatica.Meta.ExecuteBatchResult
- Enclosing interface:
- Meta
Response from a collection of SQL commands or parameter values in a single batch.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
updateCounts
public final long[] updateCounts
-
-
Constructor Details
-
ExecuteBatchResult
public ExecuteBatchResult(long[] updateCounts)
-