Class Meta.ExecuteBatchResult

java.lang.Object
org.apache.calcite.avatica.Meta.ExecuteBatchResult
Enclosing interface:
Meta

public static class Meta.ExecuteBatchResult extends Object
Response from a collection of SQL commands or parameter values in a single batch.
  • Field Details

    • updateCounts

      public final long[] updateCounts
  • Constructor Details

    • ExecuteBatchResult

      public ExecuteBatchResult(long[] updateCounts)