| Package | Description |
|---|---|
| com.salesforce.datacloud.jdbc.core | |
| com.salesforce.datacloud.jdbc.core.listener |
| Modifier and Type | Method and Description |
|---|---|
HyperGrpcClientExecutor |
HyperGrpcClientExecutor.HyperGrpcClientExecutorBuilder.build() |
protected HyperGrpcClientExecutor |
DataCloudStatement.getQueryExecutor() |
protected HyperGrpcClientExecutor |
DataCloudStatement.getQueryExecutor(QueryParam additionalQueryParams) |
static HyperGrpcClientExecutor |
HyperGrpcClientExecutor.of(HyperGrpcClientExecutor.HyperGrpcClientExecutorBuilder builder,
QueryParam additionalQueryParams,
int queryTimeout) |
static HyperGrpcClientExecutor |
HyperGrpcClientExecutor.of(@NonNull io.grpc.ManagedChannelBuilder<?> builder,
@NonNull Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
protected DataCloudResultSet |
DataCloudStatement.executeAdaptiveQuery(String sql,
HyperGrpcClientExecutor client,
Duration timeout) |
protected DataCloudStatement |
DataCloudStatement.executeAsyncQuery(String sql,
HyperGrpcClientExecutor client) |
protected DataCloudResultSet |
DataCloudStatement.executeSyncQuery(String sql,
HyperGrpcClientExecutor client) |
| Modifier and Type | Method and Description |
|---|---|
static SyncQueryStatusListener |
SyncQueryStatusListener.of(String query,
HyperGrpcClientExecutor client) |
static AsyncQueryStatusListener |
AsyncQueryStatusListener.of(String query,
HyperGrpcClientExecutor client) |
static AdaptiveQueryStatusListener |
AdaptiveQueryStatusListener.of(String query,
HyperGrpcClientExecutor client,
Duration timeout) |
Copyright © 2025. All rights reserved.