Uses of Class
org.jooq.types.ULong
Packages that use ULong
Package
Description
This package contains jOOQ's implementation classes.
This package contains data types that are missing in JDBC.
-
Uses of ULong in org.jooq.impl
Fields in org.jooq.impl with type parameters of type ULongMethods in org.jooq.impl that return types with arguments of type ULongModifier and TypeMethodDescriptionCreate a bind value that is always inlined.Get a bind value.A synonym forDSL.val(ULong)to be used in Scala and Groovy, wherevalis a reserved keyword.Methods in org.jooq.impl with parameters of type ULongModifier and TypeMethodDescriptionCreate a bind value that is always inlined.Get a bind value.A synonym forDSL.val(ULong)to be used in Scala and Groovy, wherevalis a reserved keyword. -
Uses of ULong in org.jooq.types
Classes in org.jooq.types that implement interfaces with type arguments of type ULongFields in org.jooq.types declared as ULongModifier and TypeFieldDescriptionstatic final ULongULong.MAXA constant holding the maximum value + 1 ansigned longcan have as ULong, 263.static final ULongULong.MINA constant holding the minimum value anunsigned longcan have as ULong, 0.Methods in org.jooq.types that return ULongModifier and TypeMethodDescriptionULong.add(int val) ULong.add(long val) ULong.subtract(int val) ULong.subtract(long val) static ULongUnsigned.ulong(long value) Create anunsigned longby masking it with0xFFFFFFFFFFFFFFFFi.e.static ULongCreate anunsigned longstatic ULongUnsigned.ulong(BigInteger value) Create anunsigned longstatic ULongULong.valueOf(long value) Create anunsigned longby masking it with0xFFFFFFFFFFFFFFFFi.e.static ULongCreate anunsigned longstatic ULongULong.valueOf(BigInteger value) Create anunsigned longMethods in org.jooq.types with parameters of type ULong