Uses of Class
com.clickhouse.client.data.ClickHouseGeoPointValue
-
Packages that use ClickHouseGeoPointValue Package Description com.clickhouse.client.data Provides necessary classes to handle different format or type of data. -
-
Uses of ClickHouseGeoPointValue in com.clickhouse.client.data
Methods in com.clickhouse.client.data that return ClickHouseGeoPointValue Modifier and Type Method Description ClickHouseGeoPointValueClickHouseGeoPointValue. copy(boolean deep)static ClickHouseGeoPointValueClickHouseGeoPointValue. of(double[] value)Wrap the given value.static ClickHouseGeoPointValueClickHouseGeoPointValue. of(ClickHouseValue ref, double[] value)Update value of the given object or create a new instance ifrefis null.static ClickHouseGeoPointValueClickHouseGeoPointValue. ofOrigin()Creats a point of origin.ClickHouseGeoPointValueClickHouseGeoPointValue. resetToNullOrEmpty()protected ClickHouseGeoPointValueClickHouseGeoPointValue. set(double[] value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(boolean value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(boolean[] value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(byte value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(byte[] value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(char value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(char[] value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(double value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(double[] value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(float value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(float[] value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(int value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(int[] value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(long value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(long[] value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(short value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(short[] value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(ClickHouseValue value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(Enum<?> value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(Object value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(Object[] value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(String value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(BigDecimal value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(BigInteger value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(Inet4Address value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(Inet6Address value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(LocalDate value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(LocalDateTime value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(LocalTime value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(Collection<?> value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(Enumeration<?> value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(Map<?,?> value)ClickHouseGeoPointValueClickHouseGeoPointValue. update(UUID value)
-