Uses of Class
com.clickhouse.data.value.UnsignedByte
Packages that use UnsignedByte
Package
Description
Provides necessary classes to handle different format or type of data.
-
Uses of UnsignedByte in com.clickhouse.data.value
Fields in com.clickhouse.data.value declared as UnsignedByteModifier and TypeFieldDescriptionstatic final UnsignedByteUnsignedByte.MAX_VALUEstatic final UnsignedByteUnsignedByte.MIN_VALUEstatic final UnsignedByteUnsignedByte.ONEstatic final UnsignedByteUnsignedByte.ZEROMethods in com.clickhouse.data.value that return UnsignedByteModifier and TypeMethodDescriptionUnsignedByte.add(UnsignedByte val) Returns anUnsignedBytewhose value is(this + val).UnsignedByte.divide(UnsignedByte val) Returns anUnsignedBytewhose value is(this / val).UnsignedByte.multiply(UnsignedByte val) Returns anUnsignedBytewhose value is(this * val).UnsignedByte.remainder(UnsignedByte val) Returns anUnsignedBytewhose value is(this % val).UnsignedByte.subtract(UnsignedByte val) Returns anUnsignedBytewhose value is(this - val).static UnsignedByteUnsignedByte.valueOf(byte b) Returns aUnsignedByteinstance representing the specifiedbytevalue.static UnsignedByteReturns aUnsignedByteobject holding the value of the specifiedString.static UnsignedByteReturns aUnsignedByteobject holding the value extracted from the specifiedStringwhen parsed with the radix given by the second argument.Methods in com.clickhouse.data.value with parameters of type UnsignedByteModifier and TypeMethodDescriptionUnsignedByte.add(UnsignedByte val) Returns anUnsignedBytewhose value is(this + val).intUnsignedByte.compareTo(UnsignedByte o) UnsignedByte.divide(UnsignedByte val) Returns anUnsignedBytewhose value is(this / val).UnsignedByte.multiply(UnsignedByte val) Returns anUnsignedBytewhose value is(this * val).UnsignedByte.remainder(UnsignedByte val) Returns anUnsignedBytewhose value is(this % val).UnsignedByte.subtract(UnsignedByte val) Returns anUnsignedBytewhose value is(this - val).