Uses of Class
com.google.cloud.spanner.Statement.Builder
Packages that use Statement.Builder
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of Statement.Builder in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return Statement.BuilderModifier and TypeMethodDescriptionAppendssqlFragmentto the statement.static Statement.BuilderStatement.newBuilder(String sql) Creates a new statement builder with the SQL textsql.Replaces the current SQL of this builder with the given string.Statement.toBuilder()Statement.Builder.withQueryOptions(ExecuteSqlRequest.QueryOptions queryOptions) Sets theExecuteSqlRequest.QueryOptionsto use when executing thisStatement.Methods in com.google.cloud.spanner that return types with arguments of type Statement.BuilderModifier and TypeMethodDescriptionReturns a binder to bind the value of the query parameterparameter.