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_VALUEDeprecated.static final UnsignedShortUnsignedShort.MIN_VALUEDeprecated.static final UnsignedShortUnsignedShort.ONEDeprecated.static final UnsignedShortUnsignedShort.ZERODeprecated.Methods in com.clickhouse.data.value that return UnsignedShortModifier and TypeMethodDescriptionUnsignedShort.add(UnsignedShort val) Deprecated.Returns anUnsignedShortwhose value is(this + val).UnsignedShort.divide(UnsignedShort val) Deprecated.Returns anUnsignedShortwhose value is(this / val).UnsignedShort.multiply(UnsignedShort val) Deprecated.Returns anUnsignedShortwhose value is(this * val).UnsignedShort.remainder(UnsignedShort val) Deprecated.Returns anUnsignedShortwhose value is(this % val).UnsignedShort.subtract(UnsignedShort val) Deprecated.Returns anUnsignedShortwhose value is(this - val).static UnsignedShortUnsignedShort.valueOf(short s) Deprecated.Returns aUnsignedShortinstance representing the specifiedshortvalue.static UnsignedShortDeprecated.Returns aUnsignedShortobject holding the value of the specifiedString.static UnsignedShortDeprecated.Returns 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) Deprecated.Returns anUnsignedShortwhose value is(this + val).intUnsignedShort.compareTo(UnsignedShort o) Deprecated.UnsignedShort.divide(UnsignedShort val) Deprecated.Returns anUnsignedShortwhose value is(this / val).UnsignedShort.multiply(UnsignedShort val) Deprecated.Returns anUnsignedShortwhose value is(this * val).UnsignedShort.remainder(UnsignedShort val) Deprecated.Returns anUnsignedShortwhose value is(this % val).UnsignedShort.subtract(UnsignedShort val) Deprecated.Returns anUnsignedShortwhose value is(this - val).