Uses of Class
com.google.cloud.bigtable.data.v2.models.sql.Statement
Packages that use Statement
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of Statement in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 with parameters of type StatementModifier and TypeMethodDescriptionBigtableDataClient.executeQuery(Statement statement) Executes a SQL Query and returns a ResultSet to iterate over the results. -
Uses of Statement in com.google.cloud.bigtable.data.v2.models.sql
Methods in com.google.cloud.bigtable.data.v2.models.sql that return Statement -
Uses of Statement in com.google.cloud.bigtable.data.v2.stub
Methods in com.google.cloud.bigtable.data.v2.stub that return types with arguments of type StatementModifier and TypeMethodDescriptioncom.google.api.gax.rpc.ServerStreamingCallSettings.Builder<Statement,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<Statement,com.google.cloud.bigtable.data.v2.internal.SqlRow> EnhancedBigtableStubSettings.executeQuerySettings() -
Uses of Statement in com.google.cloud.bigtable.data.v2.stub.sql
Methods in com.google.cloud.bigtable.data.v2.stub.sql with parameters of type Statement