Class PreparedBatch.ExecutedBatch

  • Enclosing class:
    PreparedBatch

    private static class PreparedBatch.ExecutedBatch
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.sql.PreparedStatement stmt  
      (package private) int[] updateCounts  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecutedBatch​(java.sql.PreparedStatement stmt, int[] updateCounts)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • stmt

        final java.sql.PreparedStatement stmt
      • updateCounts

        final int[] updateCounts
    • Constructor Detail

      • ExecutedBatch

        ExecutedBatch​(java.sql.PreparedStatement stmt,
                      int[] updateCounts)