Uses of Class
com.clickhouse.data.value.UnsignedLong
Packages that use UnsignedLong
Package
Description
Provides necessary classes to handle different format or type of data.
-
Uses of UnsignedLong in com.clickhouse.data.value
Fields in com.clickhouse.data.value declared as UnsignedLongModifier and TypeFieldDescriptionstatic final UnsignedLongUnsignedLong.MAX_VALUEDeprecated.static final UnsignedLongUnsignedLong.MIN_VALUEDeprecated.static final UnsignedLongUnsignedLong.ONEDeprecated.static final UnsignedLongUnsignedLong.TENDeprecated.static final UnsignedLongUnsignedLong.TWODeprecated.static final UnsignedLongUnsignedLong.ZERODeprecated.Methods in com.clickhouse.data.value that return UnsignedLongModifier and TypeMethodDescriptionUnsignedLong.add(UnsignedLong val) Deprecated.Returns anUnsignedLongwhose value is(this + val).UnsignedLong.divide(UnsignedLong val) Deprecated.Returns anUnsignedLongwhose value is(this / val).UnsignedLong.multiply(UnsignedLong val) Deprecated.Returns anUnsignedLongwhose value is(this * val).UnsignedLong.remainder(UnsignedLong val) Deprecated.Returns anUnsignedLongwhose value is(this % val).UnsignedLong.subtract(UnsignedLong val) Deprecated.Returns anUnsignedLongwhose value is(this - val).static UnsignedLongUnsignedLong.valueOf(long l) Deprecated.Returns aUnsignedLonginstance representing the specifiedlongvalue.static UnsignedLongDeprecated.Returns aUnsignedLongobject holding the value of the specifiedString.static UnsignedLongDeprecated.Returns aUnsignedLongobject holding the value extracted from the specifiedStringwhen parsed with the radix given by the second argument.static UnsignedLongUnsignedLong.valueOf(BigInteger val) Deprecated.Returns aUnsignedLonginstance representing the specifiedBigIntegervalue.Methods in com.clickhouse.data.value with parameters of type UnsignedLongModifier and TypeMethodDescriptionUnsignedLong.add(UnsignedLong val) Deprecated.Returns anUnsignedLongwhose value is(this + val).intUnsignedLong.compareTo(UnsignedLong o) Deprecated.UnsignedLong.divide(UnsignedLong val) Deprecated.Returns anUnsignedLongwhose value is(this / val).UnsignedLong.multiply(UnsignedLong val) Deprecated.Returns anUnsignedLongwhose value is(this * val).UnsignedLong.remainder(UnsignedLong val) Deprecated.Returns anUnsignedLongwhose value is(this % val).UnsignedLong.subtract(UnsignedLong val) Deprecated.Returns anUnsignedLongwhose value is(this - val).