Uses of Class
com.google.cloud.spanner.Statement.Builder
-
Packages that use Statement.Builder Package Description com.google.cloud.spanner 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.Builder Modifier and Type Method Description Statement.Builder
Statement.Builder. append(String sqlFragment)
AppendssqlFragment
to the statement.static Statement.Builder
Statement. newBuilder(String sql)
Creates a new statement builder with the SQL textsql
.Statement.Builder
Statement.Builder. replace(String sql)
Replaces the current SQL of this builder with the given string.Statement.Builder
Statement. toBuilder()
Statement.Builder
Statement.Builder. withQueryOptions(ExecuteSqlRequest.QueryOptions queryOptions)
Sets theExecuteSqlRequest.QueryOptions
to use when executing thisStatement
.Methods in com.google.cloud.spanner that return types with arguments of type Statement.Builder Modifier and Type Method Description ValueBinder<Statement.Builder>
Statement.Builder. bind(String parameter)
Returns a binder to bind the value of the query parameterparameter
.
-