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) static ClickHouseStringValueClickHouseStringValue.of(byte[] bytes) Wrap the given value.static ClickHouseStringValueClickHouseStringValue.of(ClickHouseValue ref, byte[] bytes) Update value of the given object or create a new instance ifrefis null.static ClickHouseStringValueClickHouseStringValue.of(ClickHouseValue ref, String value) Update value of the given object or create a new instance ifrefis null.static ClickHouseStringValueWrap the given value.static ClickHouseStringValueClickHouseStringValue.ofNull()Create a new instance representing null value.static ClickHouseStringValueClickHouseStringValue.ofNull(ClickHouseValue ref) Update given value to null or create a new instance ifrefis null.ClickHouseStringValue.resetToDefault()ClickHouseStringValue.resetToNullOrEmpty()protected ClickHouseStringValueClickHouseStringValue.set(byte[] bytes) protected ClickHouseStringValueClickHouseStringValue.update(boolean value) ClickHouseStringValue.update(byte value) ClickHouseStringValue.update(byte[] value) ClickHouseStringValue.update(char value) ClickHouseStringValue.update(double value) ClickHouseStringValue.update(float value) ClickHouseStringValue.update(int value) ClickHouseStringValue.update(long value) ClickHouseStringValue.update(short value) ClickHouseStringValue.update(ClickHouseValue value) ClickHouseStringValue.update(Inet4Address value) ClickHouseStringValue.update(Inet6Address value) ClickHouseStringValue.update(LocalDateTime value)