Uses of Class
org.jooq.types.UShort
Packages that use UShort
Package
Description
This package contains jOOQ's implementation classes.
This package contains data types that are missing in JDBC.
-
Uses of UShort in org.jooq.impl
Fields in org.jooq.impl with type parameters of type UShortMethods in org.jooq.impl that return types with arguments of type UShortModifier and TypeMethodDescriptionCreate a bind value that is always inlined.Get a bind value.A synonym forDSL.val(UShort)to be used in Scala and Groovy, wherevalis a reserved keyword.Methods in org.jooq.impl with parameters of type UShortModifier and TypeMethodDescriptionCreate a bind value that is always inlined.Get a bind value.A synonym forDSL.val(UShort)to be used in Scala and Groovy, wherevalis a reserved keyword. -
Uses of UShort in org.jooq.types
Classes in org.jooq.types that implement interfaces with type arguments of type UShortFields in org.jooq.types declared as UShortModifier and TypeFieldDescriptionstatic final UShortUShort.MAXA constant holding the maximum value anunsigned shortcan have as UShort, 216-1.static final UShortUShort.MINA constant holding the minimum value anunsigned shortcan have as UShort, 0.Methods in org.jooq.types that return UShortModifier and TypeMethodDescriptionUShort.add(int val) UShort.subtract(int val) static UShortUnsigned.ushort(int value) Create anunsigned shortstatic UShortUnsigned.ushort(short value) Create anunsigned shortby masking it with0xFFFFi.e.static UShortCreate anunsigned shortstatic UShortUShort.valueOf(int value) Create anunsigned shortstatic UShortUShort.valueOf(short value) Create anunsigned shortby masking it with0xFFFFi.e.static UShortCreate anunsigned shortMethods in org.jooq.types with parameters of type UShort