Class IntNumberContainer


public class IntNumberContainer extends NumberContainer<Integer>
A container for int-based SQL types
  • Constructor Details

    • IntNumberContainer

      public IntNumberContainer(String boxValue)
      Create an instance of this container with a string to decode and unbox. Construction will fail if the provided raw string cannot be parsed as an int.
      Parameters:
      boxValue - Raw string to decode and unbox into this container
  • Method Details