Modifier and Type | Method and Description |
---|---|
Statement.Builder |
append(String sqlFragment)
Appends
sqlFragment to the statement. |
ValueBinder<Statement.Builder> |
bind(String parameter)
Returns a binder to bind the value of the query parameter
parameter . |
Statement |
build()
Builds the
Statement . |
Statement.Builder |
withQueryOptions(ExecuteSqlRequest.QueryOptions queryOptions)
Sets the
ExecuteSqlRequest.QueryOptions to use when executing this Statement . |
public Statement.Builder append(String sqlFragment)
sqlFragment
to the statement.public Statement.Builder withQueryOptions(ExecuteSqlRequest.QueryOptions queryOptions)
ExecuteSqlRequest.QueryOptions
to use when executing this Statement
.public ValueBinder<Statement.Builder> bind(String parameter)
parameter
.public Statement build()
Statement
.Copyright © 2022 Google LLC. All rights reserved.