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_VALUEstatic final UnsignedLongUnsignedLong.MIN_VALUEstatic final UnsignedLongUnsignedLong.ONEstatic final UnsignedLongUnsignedLong.TENstatic final UnsignedLongUnsignedLong.TWOstatic final UnsignedLongUnsignedLong.ZEROMethods in com.clickhouse.data.value that return UnsignedLongModifier and TypeMethodDescriptionUnsignedLong.add(UnsignedLong val) Returns anUnsignedLongwhose value is(this + val).UnsignedLong.divide(UnsignedLong val) Returns anUnsignedLongwhose value is(this / val).UnsignedLong.multiply(UnsignedLong val) Returns anUnsignedLongwhose value is(this * val).UnsignedLong.remainder(UnsignedLong val) Returns anUnsignedLongwhose value is(this % val).UnsignedLong.subtract(UnsignedLong val) Returns anUnsignedLongwhose value is(this - val).static UnsignedLongUnsignedLong.valueOf(long l) Returns aUnsignedLonginstance representing the specifiedlongvalue.static UnsignedLongReturns aUnsignedLongobject holding the value of the specifiedString.static UnsignedLongReturns aUnsignedLongobject holding the value extracted from the specifiedStringwhen parsed with the radix given by the second argument.static UnsignedLongUnsignedLong.valueOf(BigInteger val) Returns aUnsignedLonginstance representing the specifiedBigIntegervalue.Methods in com.clickhouse.data.value with parameters of type UnsignedLongModifier and TypeMethodDescriptionUnsignedLong.add(UnsignedLong val) Returns anUnsignedLongwhose value is(this + val).intUnsignedLong.compareTo(UnsignedLong o) UnsignedLong.divide(UnsignedLong val) Returns anUnsignedLongwhose value is(this / val).UnsignedLong.multiply(UnsignedLong val) Returns anUnsignedLongwhose value is(this * val).UnsignedLong.remainder(UnsignedLong val) Returns anUnsignedLongwhose value is(this % val).UnsignedLong.subtract(UnsignedLong val) Returns anUnsignedLongwhose value is(this - val).