Module org.jooq

Class UInteger

All Implemented Interfaces:
Serializable, Comparable<UInteger>

public final class UInteger extends UNumber implements Comparable<UInteger>
The unsigned int type
Author:
Lukas Eder, Ed Schaller, Jens Nerche
See Also:
  • Field Details

    • MIN_VALUE

      public static final long MIN_VALUE
      A constant holding the minimum value an unsigned int can have, 0.
      See Also:
    • MAX_VALUE

      public static final long MAX_VALUE
      A constant holding the maximum value an unsigned int can have, 232-1.
      See Also:
    • MIN

      public static final UInteger MIN
      A constant holding the minimum value an unsigned int can have as UInteger, 0.
    • MAX

      public static final UInteger MAX
      A constant holding the maximum value an unsigned int can have as UInteger, 232-1.
  • Method Details