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_VALUEDeprecated.static final UnsignedByteUnsignedByte.MIN_VALUEDeprecated.static final UnsignedByteUnsignedByte.ONEDeprecated.static final UnsignedByteUnsignedByte.ZERODeprecated.Methods in com.clickhouse.data.value that return UnsignedByteModifier and TypeMethodDescriptionUnsignedByte.add(UnsignedByte val) Deprecated.Returns anUnsignedBytewhose value is(this + val).UnsignedByte.divide(UnsignedByte val) Deprecated.Returns anUnsignedBytewhose value is(this / val).UnsignedByte.multiply(UnsignedByte val) Deprecated.Returns anUnsignedBytewhose value is(this * val).UnsignedByte.remainder(UnsignedByte val) Deprecated.Returns anUnsignedBytewhose value is(this % val).UnsignedByte.subtract(UnsignedByte val) Deprecated.Returns anUnsignedBytewhose value is(this - val).static UnsignedByteUnsignedByte.valueOf(byte b) Deprecated.Returns aUnsignedByteinstance representing the specifiedbytevalue.static UnsignedByteDeprecated.Returns aUnsignedByteobject holding the value of the specifiedString.static UnsignedByteDeprecated.Returns 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) Deprecated.Returns anUnsignedBytewhose value is(this + val).intUnsignedByte.compareTo(UnsignedByte o) Deprecated.UnsignedByte.divide(UnsignedByte val) Deprecated.Returns anUnsignedBytewhose value is(this / val).UnsignedByte.multiply(UnsignedByte val) Deprecated.Returns anUnsignedBytewhose value is(this * val).UnsignedByte.remainder(UnsignedByte val) Deprecated.Returns anUnsignedBytewhose value is(this % val).UnsignedByte.subtract(UnsignedByte val) Deprecated.Returns anUnsignedBytewhose value is(this - val).