Package org.jdbi.v3.core.statement
Class PreparedBatch.ExecutedBatchConsumer
java.lang.Object
org.jdbi.v3.core.statement.PreparedBatch.ExecutedBatchConsumer
- All Implemented Interfaces:
Consumer<PreparedBatch.ExecutedBatch>,Supplier<int[]>
- Enclosing class:
- PreparedBatch
private static final class PreparedBatch.ExecutedBatchConsumer
extends Object
implements Consumer<PreparedBatch.ExecutedBatch>, Supplier<int[]>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(PreparedBatch.ExecutedBatch executedBatch) int[]get()
-
Field Details
-
modifiedRowCounts
private int[] modifiedRowCounts
-
-
Constructor Details
-
ExecutedBatchConsumer
private ExecutedBatchConsumer()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceConsumer<PreparedBatch.ExecutedBatch>
-
get
public int[] get()
-