Class DataTypeUtils

java.lang.Object
com.clickhouse.client.api.DataTypeUtils

public class DataTypeUtils extends Object
  • Field Details

    • DATETIME_FORMATTER

      public static DateTimeFormatter DATETIME_FORMATTER
      Formatter for the DateTime type.
    • DATE_FORMATTER

      public static DateTimeFormatter DATE_FORMATTER
      Formatter for the Date type.
    • DATETIME_WITH_NANOS_FORMATTER

      public static DateTimeFormatter DATETIME_WITH_NANOS_FORMATTER
      Formatter for the DateTime type with nanoseconds.
  • Constructor Details

    • DataTypeUtils

      public DataTypeUtils()