Uses of Class
com.clickhouse.client.api.internal.CommonSettings
Packages that use CommonSettings
-
Uses of CommonSettings in com.clickhouse.client.api.internal
Methods in com.clickhouse.client.api.internal that return CommonSettingsModifier and TypeMethodDescriptionCommonSettings.copyAndMerge(CommonSettings override) CommonSettings.httpHeader(String key, String value) Defines list of headers that should be sent with current request.CommonSettings.httpHeader(String key, Collection<String> values) but for multiple values.CommonSettings.httpHeaders(Map<String, String> headers) but for multiple headers.CommonSettings.logComment(String logComment) Sets the comment that will be added to the query log record associated with the query.CommonSettings.resetOption(String option) CommonSettings.serverSetting(String name, String value) Defines list of server settings that should be sent with each request.CommonSettings.serverSetting(String name, Collection<String> values) but for multiple values.CommonSettings.setDatabase(String database) Sets database to be used for a request.CommonSettings.setDBRoles(Collection<String> dbRoles) Sets DB roles for an operation.CommonSettings.setOperationId(String operationId) Operation id.Sets a configuration option.CommonSettings.setQueryId(String queryId) Sets the query id.Methods in com.clickhouse.client.api.internal with parameters of type CommonSettings