Uses of Class
com.clickhouse.data.value.ClickHouseIntegerValue
Packages that use ClickHouseIntegerValue
Package
Description
Provides necessary classes to handle different format or type of data.
-
Uses of ClickHouseIntegerValue in com.clickhouse.data.value
Methods in com.clickhouse.data.value that return ClickHouseIntegerValueModifier and TypeMethodDescriptionClickHouseIntegerValue.copy(boolean deep) Deprecated.static ClickHouseIntegerValueClickHouseIntegerValue.of(int value) Deprecated.Wraps the givenInt32value.static ClickHouseIntegerValueClickHouseIntegerValue.of(int value, boolean unsigned) Deprecated.Wraps the given value.static ClickHouseIntegerValueClickHouseIntegerValue.of(ClickHouseValue ref, int value, boolean unsigned) Deprecated.Updates value of the given object or create a new instance whenrefis null.static ClickHouseIntegerValueDeprecated.Wraps the given value.static ClickHouseIntegerValueClickHouseIntegerValue.ofNull()Deprecated.Creates a new instance representing nullInt32value.static ClickHouseIntegerValueClickHouseIntegerValue.ofNull(boolean unsigned) Deprecated.Creates a new instance representing null value.static ClickHouseIntegerValueClickHouseIntegerValue.ofNull(ClickHouseValue ref, boolean unsigned) Deprecated.Updates the given value to null or creates a new instance whenrefis null.static ClickHouseIntegerValueClickHouseIntegerValue.ofUnsigned(int value) Deprecated.Wraps the givenUInt32value.static ClickHouseIntegerValueClickHouseIntegerValue.ofUnsignedNull()Deprecated.Creates a new instance representing nullUInt32value.ClickHouseIntegerValue.resetToDefault()Deprecated.ClickHouseIntegerValue.resetToNullOrEmpty()Deprecated.protected final ClickHouseIntegerValueClickHouseIntegerValue.set(boolean isNull, int value) Deprecated.ClickHouseIntegerValue.update(boolean value) Deprecated.ClickHouseIntegerValue.update(byte value) Deprecated.ClickHouseIntegerValue.update(char value) Deprecated.ClickHouseIntegerValue.update(double value) Deprecated.ClickHouseIntegerValue.update(float value) Deprecated.ClickHouseIntegerValue.update(int value) Deprecated.ClickHouseIntegerValue.update(long value) Deprecated.ClickHouseIntegerValue.update(short value) Deprecated.ClickHouseIntegerValue.update(ClickHouseValue value) Deprecated.Deprecated.Deprecated.Deprecated.ClickHouseIntegerValue.update(BigDecimal value) Deprecated.ClickHouseIntegerValue.update(BigInteger value) Deprecated.