Package org.h2.result
Class BatchResult
java.lang.Object
org.h2.result.BatchResult
Result of a batch execution.
-
Constructor Summary
ConstructorsConstructorDescriptionBatchResult(long[] updateCounts, ResultInterface generatedKeys, List<SQLException> exceptions) -
Method Summary
Modifier and TypeMethodDescriptionlong[]
-
Constructor Details
-
BatchResult
public BatchResult(long[] updateCounts, ResultInterface generatedKeys, List<SQLException> exceptions)
-
-
Method Details
-
getUpdateCounts
public long[] getUpdateCounts() -
getGeneratedKeys
-
getExceptions
-