public interface PreparedStatement
BoundStatements to execute
queries.
Whenever possible this should be shared across different instances of the same query, in order to amortize query preparation costs.
| Modifier and Type | Method and Description |
|---|---|
BoundStatement.Builder |
bind() |
BoundStatement.Builder bind()
BoundStatement.Builder to bind query params to and pass to BigtableDataClient.executeQuery(BoundStatement)Copyright © 2026 Google LLC. All rights reserved.