| Package | Description |
|---|---|
| com.google.cloud.bigtable.data.v2 |
A client for the Cloud Bigtable data API.
|
| com.google.cloud.bigtable.data.v2.models.sql | |
| com.google.cloud.bigtable.data.v2.stub | |
| com.google.cloud.bigtable.data.v2.stub.sql |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
BigtableDataClient.executeQuery(BoundStatement boundStatement)
Executes a SQL Query and returns a ResultSet to iterate over the results.
|
| Modifier and Type | Method and Description |
|---|---|
BoundStatement |
BoundStatement.Builder.build()
Builds a
BoundStatement from the builder |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.ServerStreamingCallSettings<BoundStatement,com.google.cloud.bigtable.data.v2.internal.SqlRow> |
EnhancedBigtableStubSettings.executeQuerySettings() |
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<BoundStatement,com.google.cloud.bigtable.data.v2.internal.SqlRow> |
EnhancedBigtableStubSettings.Builder.executeQuerySettings()
Returns the builder for the settings used for calls to ExecuteQuery
Note that this will currently ignore any retry settings other than deadlines.
|
| Modifier and Type | Method and Description |
|---|---|
SqlServerStream |
ExecuteQueryCallable.call(BoundStatement boundStatement)
This should be used to create execute query calls.
|
static ExecuteQueryCallContext |
ExecuteQueryCallContext.create(BoundStatement boundStatement,
com.google.api.core.SettableApiFuture<ResultSetMetadata> metadataFuture) |
Copyright © 2026 Google LLC. All rights reserved.