Interface PreparedStatement
public interface PreparedStatement
The results of query preparation that can be used to create
BoundStatements to execute
queries.
Whenever possible this should be shared across different instances of the same query, in order to amortize query preparation costs.
-
Method Summary
-
Method Details
-
bind
BoundStatement.Builder bind()- Returns:
BoundStatement.Builderto bind query params to and pass toBigtableDataClient.executeQuery(BoundStatement)
-