Class SqlBatchHandler.ConstantChunkSizeFunction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int call​(java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        private final int value
    • Constructor Detail

      • ConstantChunkSizeFunction

        ConstantChunkSizeFunction​(int value)