Uses of Enum
com.clickhouse.data.ClickHouseDataType.IntervalKind
Packages that use ClickHouseDataType.IntervalKind
-
Uses of ClickHouseDataType.IntervalKind in com.clickhouse.data
Fields in com.clickhouse.data with type parameters of type ClickHouseDataType.IntervalKindModifier and TypeFieldDescriptionstatic final Map<ClickHouseDataType,ClickHouseDataType.IntervalKind> ClickHouseDataType.intervalType2KindMethods in com.clickhouse.data that return ClickHouseDataType.IntervalKindModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ClickHouseDataType.IntervalKind[]ClickHouseDataType.IntervalKind.values()Returns an array containing the constants of this enum type, in the order they are declared.