public class ClickHouseArrayUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
arrayToString(Object object,
TimeZone dateTimeZone,
TimeZone dateTimeTimeZone) |
static String |
toString(Collection<?> collection,
TimeZone dateTimeZone,
TimeZone dateTimeTimeZone) |
static String |
toString(Object[] values,
TimeZone dateTimeZone,
TimeZone dateTimeTimeZone) |
public static String arrayToString(Object object, TimeZone dateTimeZone, TimeZone dateTimeTimeZone)
object - the object to convert to ClickHouse-string representationdateTimeZone - TimeZone to use when formatting date valuesdateTimeTimeZone - TimeZone to use when formatting datetime valuespublic static String toString(Object[] values, TimeZone dateTimeZone, TimeZone dateTimeTimeZone)
public static String toString(Collection<?> collection, TimeZone dateTimeZone, TimeZone dateTimeTimeZone)
Copyright © 2020. All rights reserved.