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