Uses of Class
ru.yandex.clickhouse.except.ClickHouseErrorCode
-
Packages that use ClickHouseErrorCode Package Description ru.yandex.clickhouse.except -
-
Uses of ClickHouseErrorCode in ru.yandex.clickhouse.except
Methods in ru.yandex.clickhouse.except that return ClickHouseErrorCode Modifier and Type Method Description static ClickHouseErrorCodeClickHouseErrorCode. fromCode(Integer code)static ClickHouseErrorCodeClickHouseErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ClickHouseErrorCode[]ClickHouseErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-