Package com.clickhouse.client.api
Class DataTypeUtils
java.lang.Object
com.clickhouse.client.api.DataTypeUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic DateTimeFormatterFormatter for the Date type.static DateTimeFormatterFormatter for the DateTime type.static DateTimeFormatterFormatter for the DateTime type with nanoseconds. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DATETIME_FORMATTER
Formatter for the DateTime type. -
DATE_FORMATTER
Formatter for the Date type. -
DATETIME_WITH_NANOS_FORMATTER
Formatter for the DateTime type with nanoseconds.
-
-
Constructor Details
-
DataTypeUtils
public DataTypeUtils()
-