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) static ClickHouseInstantValueClickHouseInstantValue.of(ClickHouseValue ref, String value, int scale, TimeZone tz) Update value of the given object or create a new instance ifrefis null.static ClickHouseInstantValueClickHouseInstantValue.of(ClickHouseValue ref, Instant value, int scale, TimeZone tz) Update value of the given object or create a new instance ifrefis null.static ClickHouseInstantValueWrap the given getValue().static ClickHouseInstantValueWrap the given getValue().static ClickHouseInstantValueCreate a new instance representing null getValue().static ClickHouseInstantValueClickHouseInstantValue.ofNull(ClickHouseValue ref, int scale, TimeZone tz) Update given value to null or create a new instance ifrefis null.ClickHouseInstantValue.resetToDefault()ClickHouseInstantValue.update(byte value) ClickHouseInstantValue.update(double value) ClickHouseInstantValue.update(float value) ClickHouseInstantValue.update(int value) ClickHouseInstantValue.update(long value) ClickHouseInstantValue.update(short value) ClickHouseInstantValue.update(ClickHouseValue value) ClickHouseInstantValue.update(BigDecimal value) ClickHouseInstantValue.update(BigInteger value) ClickHouseInstantValue.update(LocalDateTime value) ClickHouseInstantValue.update(OffsetDateTime value) ClickHouseInstantValue.update(ZonedDateTime value)