Package org.jdbi.v3.core.statement
Class PreparedBatch.ExecutedBatch
- java.lang.Object
-
- org.jdbi.v3.core.statement.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.PreparedStatementstmt(package private) int[]updateCounts
-
Constructor Summary
Constructors Constructor Description ExecutedBatch(java.sql.PreparedStatement stmt, int[] updateCounts)
-