Uses of Class
com.clickhouse.data.value.UnsignedShort
Packages that use UnsignedShort
Package
Description
Provides necessary classes to handle different format or type of data.
-
Uses of UnsignedShort in com.clickhouse.data.value
Fields in com.clickhouse.data.value declared as UnsignedShortModifier and TypeFieldDescriptionstatic final UnsignedShortUnsignedShort.MAX_VALUEstatic final UnsignedShortUnsignedShort.MIN_VALUEstatic final UnsignedShortUnsignedShort.ONEstatic final UnsignedShortUnsignedShort.ZEROMethods in com.clickhouse.data.value that return UnsignedShortModifier and TypeMethodDescriptionUnsignedShort.add(UnsignedShort val) Returns anUnsignedShortwhose value is(this + val).UnsignedShort.divide(UnsignedShort val) Returns anUnsignedShortwhose value is(this / val).UnsignedShort.multiply(UnsignedShort val) Returns anUnsignedShortwhose value is(this * val).UnsignedShort.remainder(UnsignedShort val) Returns anUnsignedShortwhose value is(this % val).UnsignedShort.subtract(UnsignedShort val) Returns anUnsignedShortwhose value is(this - val).static UnsignedShortUnsignedShort.valueOf(short s) Returns aUnsignedShortinstance representing the specifiedshortvalue.static UnsignedShortReturns aUnsignedShortobject holding the value of the specifiedString.static UnsignedShortReturns aUnsignedShortobject 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 UnsignedShortModifier and TypeMethodDescriptionUnsignedShort.add(UnsignedShort val) Returns anUnsignedShortwhose value is(this + val).intUnsignedShort.compareTo(UnsignedShort o) UnsignedShort.divide(UnsignedShort val) Returns anUnsignedShortwhose value is(this / val).UnsignedShort.multiply(UnsignedShort val) Returns anUnsignedShortwhose value is(this * val).UnsignedShort.remainder(UnsignedShort val) Returns anUnsignedShortwhose value is(this % val).UnsignedShort.subtract(UnsignedShort val) Returns anUnsignedShortwhose value is(this - val).