Uses of Class
com.clickhouse.client.http.ClickHouseHttpResponse
Packages that use ClickHouseHttpResponse
-
Uses of ClickHouseHttpResponse in com.clickhouse.client.http
Methods in com.clickhouse.client.http that return ClickHouseHttpResponseModifier and TypeMethodDescriptionprotected ClickHouseHttpResponseApacheHttpConnectionImpl.post(ClickHouseConfig config, String sql, com.clickhouse.data.ClickHouseInputStream data, List<com.clickhouse.data.ClickHouseExternalTable> tables, com.clickhouse.data.ClickHouseOutputStream output, String url, Map<String, String> headers, Runnable postCloseAction) Deprecated.protected abstract ClickHouseHttpResponseClickHouseHttpConnection.post(ClickHouseConfig config, String query, com.clickhouse.data.ClickHouseInputStream data, List<com.clickhouse.data.ClickHouseExternalTable> tables, com.clickhouse.data.ClickHouseOutputStream output, String url, Map<String, String> headers, Runnable postCloseAction) Deprecated.Posts query and data to server.protected ClickHouseHttpResponseHttpUrlConnectionImpl.post(ClickHouseConfig config, String sql, com.clickhouse.data.ClickHouseInputStream data, List<com.clickhouse.data.ClickHouseExternalTable> tables, com.clickhouse.data.ClickHouseOutputStream output, String url, Map<String, String> headers, Runnable postCloseAction) Deprecated.Deprecated.ClickHouseHttpConnection.query(String query, List<com.clickhouse.data.ClickHouseExternalTable> tables) Deprecated.ClickHouseHttpConnection.query(String query, List<com.clickhouse.data.ClickHouseExternalTable> tables, Map<String, String> headers) Deprecated.Deprecated.Deprecated.Deprecated.ClickHouseHttpConnection.update(String query, com.clickhouse.data.ClickHouseInputStream data, Map<String, String> headers) Deprecated.Deprecated.