Uses of Class
com.google.cloud.bigtable.data.v2.models.sql.BoundStatement
Packages that use BoundStatement
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of BoundStatement in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 with parameters of type BoundStatementModifier and TypeMethodDescriptionBigtableDataClient.executeQuery(BoundStatement boundStatement) Executes a SQL Query and returns a ResultSet to iterate over the results. -
Uses of BoundStatement in com.google.cloud.bigtable.data.v2.models.sql
Methods in com.google.cloud.bigtable.data.v2.models.sql that return BoundStatementModifier and TypeMethodDescriptionBoundStatement.Builder.build()Builds aBoundStatementfrom the builder -
Uses of BoundStatement in com.google.cloud.bigtable.data.v2.stub
Methods in com.google.cloud.bigtable.data.v2.stub that return types with arguments of type BoundStatementModifier and TypeMethodDescriptioncom.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 ExecuteQuerycom.google.api.gax.rpc.ServerStreamingCallSettings<BoundStatement,com.google.cloud.bigtable.data.v2.internal.SqlRow> EnhancedBigtableStubSettings.executeQuerySettings() -
Uses of BoundStatement in com.google.cloud.bigtable.data.v2.stub.sql
Methods in com.google.cloud.bigtable.data.v2.stub.sql with parameters of type BoundStatementModifier and TypeMethodDescriptionExecuteQueryCallable.call(BoundStatement boundStatement) This should be used to create execute query calls.static ExecuteQueryCallContextExecuteQueryCallContext.create(BoundStatement boundStatement, com.google.api.core.SettableApiFuture<ResultSetMetadata> metadataFuture)