Uses of Class
com.clickhouse.data.value.ClickHouseStringValue
Packages that use ClickHouseStringValue
Package
Description
Provides necessary classes to handle different format or type of data.
-
Uses of ClickHouseStringValue in com.clickhouse.data.value
Methods in com.clickhouse.data.value that return ClickHouseStringValueModifier and TypeMethodDescriptionClickHouseStringValue.copy(boolean deep) Deprecated.static ClickHouseStringValueClickHouseStringValue.of(byte[] bytes) Deprecated.Wrap the given value.static ClickHouseStringValueClickHouseStringValue.of(ClickHouseValue ref, byte[] bytes) Deprecated.Update value of the given object or create a new instance ifrefis null.static ClickHouseStringValueClickHouseStringValue.of(ClickHouseValue ref, String value) Deprecated.Update value of the given object or create a new instance ifrefis null.static ClickHouseStringValueDeprecated.Wrap the given value.static ClickHouseStringValueClickHouseStringValue.ofNull()Deprecated.Create a new instance representing null value.static ClickHouseStringValueClickHouseStringValue.ofNull(ClickHouseValue ref) Deprecated.Update given value to null or create a new instance ifrefis null.ClickHouseStringValue.resetToDefault()Deprecated.ClickHouseStringValue.resetToNullOrEmpty()Deprecated.protected ClickHouseStringValueClickHouseStringValue.set(byte[] bytes) Deprecated.protected ClickHouseStringValueDeprecated.ClickHouseStringValue.update(boolean value) Deprecated.ClickHouseStringValue.update(byte value) Deprecated.ClickHouseStringValue.update(byte[] value) Deprecated.ClickHouseStringValue.update(char value) Deprecated.ClickHouseStringValue.update(double value) Deprecated.ClickHouseStringValue.update(float value) Deprecated.ClickHouseStringValue.update(int value) Deprecated.ClickHouseStringValue.update(long value) Deprecated.ClickHouseStringValue.update(short value) Deprecated.ClickHouseStringValue.update(ClickHouseValue value) Deprecated.Deprecated.Deprecated.Deprecated.ClickHouseStringValue.update(Inet4Address value) Deprecated.ClickHouseStringValue.update(Inet6Address value) Deprecated.Deprecated.ClickHouseStringValue.update(LocalDateTime value) Deprecated.Deprecated.Deprecated.