Uses of Class
org.jooq.types.UByte
Packages that use UByte
Package
Description
This package contains jOOQ's implementation classes.
This package contains data types that are missing in JDBC.
-
Uses of UByte in org.jooq.impl
Fields in org.jooq.impl with type parameters of type UByteMethods in org.jooq.impl that return types with arguments of type UByteModifier and TypeMethodDescriptionCreate a bind value that is always inlined.Get a bind value.A synonym forDSL.val(UByte)to be used in Scala and Groovy, wherevalis a reserved keyword.Methods in org.jooq.impl with parameters of type UByteModifier and TypeMethodDescriptionCreate a bind value that is always inlined.Get a bind value.A synonym forDSL.val(UByte)to be used in Scala and Groovy, wherevalis a reserved keyword. -
Uses of UByte in org.jooq.types
Fields in org.jooq.types declared as UByteModifier and TypeFieldDescriptionstatic final UByteUByte.MAXA constant holding the maximum value anunsigned bytecan have as UByte, 28-1.static final UByteUByte.MINA constant holding the minimum value anunsigned bytecan have as UByte, 0.Methods in org.jooq.types that return UByteModifier and TypeMethodDescriptionUByte.add(int val) UByte.subtract(int val) static UByteUnsigned.ubyte(byte value) Create anunsigned byteby masking it with0xFFi.e.static UByteUnsigned.ubyte(int value) Create anunsigned bytestatic UByteUnsigned.ubyte(long value) Create anunsigned bytestatic UByteUnsigned.ubyte(short value) Create anunsigned bytestatic UByteCreate anunsigned bytestatic UByteUByte.valueOf(byte value) Get an instance of anunsigned byteby masking it with0xFFi.e.static UByteUByte.valueOf(int value) Get an instance of anunsigned bytestatic UByteUByte.valueOf(long value) Get an instance of anunsigned bytestatic UByteUByte.valueOf(short value) Get an instance of anunsigned bytestatic UByteGet an instance of anunsigned byteMethods in org.jooq.types with parameters of type UByte