Package org.h2.result

Class BatchResult


  • public class BatchResult
    extends java.lang.Object
    Result of a batch execution.
    • Constructor Detail

      • BatchResult

        public BatchResult​(long[] updateCounts,
                           ResultInterface generatedKeys,
                           java.util.List<java.sql.SQLException> exceptions)
    • Method Detail

      • getUpdateCounts

        public long[] getUpdateCounts()
      • getExceptions

        public java.util.List<java.sql.SQLException> getExceptions()