Uses of Class
com.clickhouse.data.value.ClickHouseDateTimeValue
Packages that use ClickHouseDateTimeValue
Package
Description
Provides necessary classes to handle different format or type of data.
-
Uses of ClickHouseDateTimeValue in com.clickhouse.data.value
Methods in com.clickhouse.data.value that return ClickHouseDateTimeValueModifier and TypeMethodDescriptionClickHouseDateTimeValue.copy(boolean deep) static ClickHouseDateTimeValueClickHouseDateTimeValue.of(ClickHouseValue ref, String value, int scale, TimeZone tz) Update value of the given object or create a new instance ifrefis null.static ClickHouseDateTimeValueClickHouseDateTimeValue.of(ClickHouseValue ref, LocalDateTime value, int scale, TimeZone tz) Update value of the given object or create a new instance ifrefis null.static ClickHouseDateTimeValueWrap the given getValue().static ClickHouseDateTimeValueClickHouseDateTimeValue.of(LocalDateTime value, int scale, TimeZone tz) Wrap the given getValue().static ClickHouseDateTimeValueCreate a new instance representing null getValue().static ClickHouseDateTimeValueClickHouseDateTimeValue.ofNull(ClickHouseValue ref, int scale, TimeZone tz) Update given value to null or create a new instance ifrefis null.ClickHouseDateTimeValue.resetToDefault()ClickHouseDateTimeValue.update(byte value) ClickHouseDateTimeValue.update(double value) ClickHouseDateTimeValue.update(float value) ClickHouseDateTimeValue.update(int value) ClickHouseDateTimeValue.update(long value) ClickHouseDateTimeValue.update(short value) ClickHouseDateTimeValue.update(ClickHouseValue value) ClickHouseDateTimeValue.update(BigDecimal value) ClickHouseDateTimeValue.update(BigInteger value) ClickHouseDateTimeValue.update(LocalDateTime value)