Uses of Interface
com.clickhouse.client.ClickHouseResponse
Packages that use ClickHouseResponse
Package
Description
Provides necessary classes to communicate with ClickHouse server.
-
Uses of ClickHouseResponse in com.clickhouse.client
Classes in com.clickhouse.client that implement ClickHouseResponseModifier and TypeClassDescriptionclassDeprecated.classDeprecated.Fields in com.clickhouse.client declared as ClickHouseResponseModifier and TypeFieldDescriptionstatic final ClickHouseResponseClickHouseResponse.EMPTYDeprecated.Empty response that can never be closed.Methods in com.clickhouse.client that return ClickHouseResponseModifier and TypeMethodDescriptiondefault ClickHouseResponseClickHouseClient.executeAndWait(ClickHouseRequest<?> request) Deprecated.Synchronous version ofClickHouseClient.execute(ClickHouseRequest).ClickHouseRequest.executeAndWait()Deprecated.Synchronous version ofClickHouseRequest.execute().ClickHouseRequest.executeWithinTransaction()Deprecated.Executes the request within an implicit transaction.ClickHouseRequest.executeWithinTransaction(boolean useImplicitTransaction) Deprecated.will be removed in the future, once the minimum supported version of ClickHouse is 22.7 or abovestatic ClickHouseResponseClickHouseSimpleResponse.of(ClickHouseConfig config, List<ClickHouseColumn> columns, Object[][] values) Deprecated.Creates a response object using columns definition and raw values.static ClickHouseResponseClickHouseSimpleResponse.of(ClickHouseConfig config, List<ClickHouseColumn> columns, Object[][] values, ClickHouseResponseSummary summary, TimeZone timeZone) Deprecated.Creates a response object using columns definition and raw values.static ClickHouseResponseClickHouseSimpleResponse.of(ClickHouseResponse response) Deprecated.Creates a response object by copying columns and values from the given one.static ClickHouseResponseClickHouseSimpleResponse.of(ClickHouseResponse response, ClickHouseRecordTransformer func) Deprecated.Creates a response object by copying columns and values from the given one.static ClickHouseResponseClickHouseStreamResponse.of(ClickHouseConfig config, ClickHouseInputStream input, Map<String, Serializable> settings, List<ClickHouseColumn> columns, ClickHouseResponseSummary summary, TimeZone timeZone) Deprecated.protected abstract ClickHouseResponseAbstractClient.send(ClickHouseRequest<?> sealedRequest) Deprecated.Sends the request to server in a current thread.protected ClickHouseResponseAbstractClient.sendAsync(ClickHouseRequest<?> sealedRequest, Object... args) Deprecated.Sends the request to server in a separate thread.Methods in com.clickhouse.client that return types with arguments of type ClickHouseResponseModifier and TypeMethodDescriptionAbstractClient.execute(ClickHouseRequest<?> request) Deprecated.ClickHouseClient.execute(ClickHouseRequest<?> request) Deprecated.Creates an immutable copy of the request if it's not sealed, and sends it to a node hold by the request(e.g.ClickHouseRequest.execute()Deprecated.Executes the request.protected CompletableFuture<ClickHouseResponse>AbstractClient.failedResponse(Throwable ex) Deprecated.Methods in com.clickhouse.client with parameters of type ClickHouseResponseModifier and TypeMethodDescriptionstatic ClickHouseResponseClickHouseSimpleResponse.of(ClickHouseResponse response) Deprecated.Creates a response object by copying columns and values from the given one.static ClickHouseResponseClickHouseSimpleResponse.of(ClickHouseResponse response, ClickHouseRecordTransformer func) Deprecated.Creates a response object by copying columns and values from the given one.