Class PreparedBatch.ExecutedBatchConsumer

  • All Implemented Interfaces:
    java.util.function.Consumer<PreparedBatch.ExecutedBatch>, java.util.function.Supplier<int[]>
    Enclosing class:
    PreparedBatch

    private static final class PreparedBatch.ExecutedBatchConsumer
    extends java.lang.Object
    implements java.util.function.Consumer<PreparedBatch.ExecutedBatch>, java.util.function.Supplier<int[]>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] modifiedRowCounts  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(PreparedBatch.ExecutedBatch executedBatch)  
      int[] get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Field Detail

      • modifiedRowCounts

        private int[] modifiedRowCounts
    • Constructor Detail

      • ExecutedBatchConsumer

        private ExecutedBatchConsumer()