Package org.h2.result

Class BatchResult

java.lang.Object
org.h2.result.BatchResult

public class BatchResult extends Object
Result of a batch execution.
  • Constructor Details

  • Method Details

    • getUpdateCounts

      public long[] getUpdateCounts()
    • getGeneratedKeys

      public ResultInterface getGeneratedKeys()
    • getExceptions

      public List<SQLException> getExceptions()