Class SqlBatchHandler.ParamBasedChunkSizeFunction
- java.lang.Object
-
- org.jdbi.v3.sqlobject.statement.internal.SqlBatchHandler.ParamBasedChunkSizeFunction
-
- All Implemented Interfaces:
SqlBatchHandler.ChunkSizeFunction
- Enclosing class:
- SqlBatchHandler
private static class SqlBatchHandler.ParamBasedChunkSizeFunction extends java.lang.Object implements SqlBatchHandler.ChunkSizeFunction
-
-
Field Summary
Fields Modifier and Type Field Description private intindex
-
Constructor Summary
Constructors Constructor Description ParamBasedChunkSizeFunction(int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcall(java.lang.Object[] args)
-
-
-
Method Detail
-
call
public int call(java.lang.Object[] args)
- Specified by:
callin interfaceSqlBatchHandler.ChunkSizeFunction
-
-