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