Uses of Class
com.clickhouse.client.http.config.ClickHouseHttpOption
-
Packages that use ClickHouseHttpOption Package Description com.clickhouse.client.http.config -
-
Uses of ClickHouseHttpOption in com.clickhouse.client.http.config
Methods in com.clickhouse.client.http.config that return ClickHouseHttpOption Modifier and Type Method Description static ClickHouseHttpOptionClickHouseHttpOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ClickHouseHttpOption[]ClickHouseHttpOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-