Uses of Class
org.jooq.types.UInteger
Packages that use UInteger
Package
Description
This package contains jOOQ's implementation classes.
This package contains data types that are missing in JDBC.
-
Uses of UInteger in org.jooq.impl
Fields in org.jooq.impl with type parameters of type UIntegerMethods in org.jooq.impl that return types with arguments of type UIntegerModifier and TypeMethodDescriptionCreate a bind value that is always inlined.Get a bind value.A synonym forDSL.val(UInteger)to be used in Scala and Groovy, wherevalis a reserved keyword.Methods in org.jooq.impl with parameters of type UIntegerModifier and TypeMethodDescriptionCreate a bind value that is always inlined.Get a bind value.A synonym forDSL.val(UInteger)to be used in Scala and Groovy, wherevalis a reserved keyword. -
Uses of UInteger in org.jooq.types
Fields in org.jooq.types declared as UIntegerModifier and TypeFieldDescriptionstatic final UIntegerUInteger.MAXA constant holding the maximum value anunsigned intcan have as UInteger, 232-1.static final UIntegerUInteger.MINA constant holding the minimum value anunsigned intcan have as UInteger, 0.Methods in org.jooq.types that return UIntegerModifier and TypeMethodDescriptionUInteger.add(int val) UInteger.subtract(int val) static UIntegerUnsigned.uint(int value) Create anunsigned intby masking it with0xFFFFFFFFi.e.static UIntegerUnsigned.uint(long value) Create anunsigned intstatic UIntegerCreate anunsigned intstatic UIntegerUInteger.valueOf(int value) Create anunsigned intby masking it with0xFFFFFFFFi.e.static UIntegerUInteger.valueOf(long value) Create anunsigned intstatic UIntegerCreate anunsigned intMethods in org.jooq.types with parameters of type UInteger