Package org.h2.result
Class BatchResult
- java.lang.Object
-
- org.h2.result.BatchResult
-
public class BatchResult extends java.lang.ObjectResult of a batch execution.
-
-
Constructor Summary
Constructors Constructor Description BatchResult(long[] updateCounts, ResultInterface generatedKeys, java.util.List<java.sql.SQLException> exceptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.sql.SQLException>getExceptions()ResultInterfacegetGeneratedKeys()long[]getUpdateCounts()
-
-
-
Constructor Detail
-
BatchResult
public BatchResult(long[] updateCounts, ResultInterface generatedKeys, java.util.List<java.sql.SQLException> exceptions)
-
-
Method Detail
-
getUpdateCounts
public long[] getUpdateCounts()
-
getGeneratedKeys
public ResultInterface getGeneratedKeys()
-
getExceptions
public java.util.List<java.sql.SQLException> getExceptions()
-
-