Interface SqlBatchHandler.ChunkSizeFunction

All Known Implementing Classes:
SqlBatchHandler.ConstantChunkSizeFunction, SqlBatchHandler.ParamBasedChunkSizeFunction
Enclosing class:
SqlBatchHandler

private static interface SqlBatchHandler.ChunkSizeFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    call(Object[] args)
     
  • Method Details

    • call

      int call(Object[] args)