Package org.apache.calcite.avatica
Class Meta.ExecuteBatchResult
- java.lang.Object
-
- org.apache.calcite.avatica.Meta.ExecuteBatchResult
-
- Enclosing interface:
- Meta
public static class Meta.ExecuteBatchResult extends java.lang.ObjectResponse from a collection of SQL commands or parameter values in a single batch.
-
-
Field Summary
Fields Modifier and Type Field Description long[]updateCounts
-
Constructor Summary
Constructors Constructor Description ExecuteBatchResult(long[] updateCounts)
-