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) Deprecated.static ClickHouseDateTimeValueClickHouseDateTimeValue.of(ClickHouseValue ref, String value, int scale, TimeZone tz) Deprecated.Update value of the given object or create a new instance ifrefis null.static ClickHouseDateTimeValueClickHouseDateTimeValue.of(ClickHouseValue ref, LocalDateTime value, int scale, TimeZone tz) Deprecated.Update value of the given object or create a new instance ifrefis null.static ClickHouseDateTimeValueDeprecated.Wrap the given getValue().static ClickHouseDateTimeValueClickHouseDateTimeValue.of(LocalDateTime value, int scale, TimeZone tz) Deprecated.Wrap the given getValue().static ClickHouseDateTimeValueDeprecated.Create a new instance representing null getValue().static ClickHouseDateTimeValueClickHouseDateTimeValue.ofNull(ClickHouseValue ref, int scale, TimeZone tz) Deprecated.Update given value to null or create a new instance ifrefis null.ClickHouseDateTimeValue.resetToDefault()Deprecated.ClickHouseDateTimeValue.update(byte value) Deprecated.ClickHouseDateTimeValue.update(double value) Deprecated.ClickHouseDateTimeValue.update(float value) Deprecated.ClickHouseDateTimeValue.update(int value) Deprecated.ClickHouseDateTimeValue.update(long value) Deprecated.ClickHouseDateTimeValue.update(short value) Deprecated.ClickHouseDateTimeValue.update(ClickHouseValue value) Deprecated.Deprecated.Deprecated.Deprecated.ClickHouseDateTimeValue.update(BigDecimal value) Deprecated.ClickHouseDateTimeValue.update(BigInteger value) Deprecated.Deprecated.Deprecated.ClickHouseDateTimeValue.update(LocalDateTime value) Deprecated.Deprecated.