Uses of Class
ru.yandex.clickhouse.settings.ClickHouseQueryParam
-
Packages that use ClickHouseQueryParam Package Description ru.yandex.clickhouse ru.yandex.clickhouse.settings -
-
Uses of ClickHouseQueryParam in ru.yandex.clickhouse
Methods in ru.yandex.clickhouse that return types with arguments of type ClickHouseQueryParam Modifier and Type Method Description protected Map<ClickHouseQueryParam,String>ClickHouseStatementImpl. importAdditionalDBParameters(Map<ClickHouseQueryParam,String> additionalDBParams) -
Uses of ClickHouseQueryParam in ru.yandex.clickhouse.settings
Methods in ru.yandex.clickhouse.settings that return ClickHouseQueryParam Modifier and Type Method Description static ClickHouseQueryParamClickHouseQueryParam. valueOf(String name)Returns the enum constant of this type with the specified name.static ClickHouseQueryParam[]ClickHouseQueryParam. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ru.yandex.clickhouse.settings that return types with arguments of type ClickHouseQueryParam Modifier and Type Method Description Map<ClickHouseQueryParam,String>ClickHouseProperties. buildQueryParams(boolean ignoreDatabase)
-