Class SqlBatchHandler.ConstantChunkSizeFunction
java.lang.Object
org.jdbi.v3.sqlobject.statement.internal.SqlBatchHandler.ConstantChunkSizeFunction
- All Implemented Interfaces:
SqlBatchHandler.ChunkSizeFunction
- Enclosing class:
- SqlBatchHandler
private static class SqlBatchHandler.ConstantChunkSizeFunction
extends Object
implements SqlBatchHandler.ChunkSizeFunction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
private final int value
-
-
Constructor Details
-
ConstantChunkSizeFunction
ConstantChunkSizeFunction(int value)
-
-
Method Details
-
call
- Specified by:
callin interfaceSqlBatchHandler.ChunkSizeFunction
-