Class Statement.Builder (2.17.0)

public static final class Statement.Builder

Inheritance

java.lang.Object > Statement.Builder

Methods

append(String arg0)

public Statement.Builder append(String arg0)
Parameter
Name Description
arg0 String
Returns
Type Description
Statement.Builder

bind(String arg0)

public ValueBinder<Statement.Builder> bind(String arg0)
Parameter
Name Description
arg0 String
Returns
Type Description
ValueBinder<Builder>

build()

public Statement build()
Returns
Type Description
Statement

replace(String arg0)

public Statement.Builder replace(String arg0)
Parameter
Name Description
arg0 String
Returns
Type Description
Statement.Builder

withQueryOptions(ExecuteSqlRequest.QueryOptions arg0)

public Statement.Builder withQueryOptions(ExecuteSqlRequest.QueryOptions arg0)
Parameter
Name Description
arg0 com.google.spanner.v1.ExecuteSqlRequest.QueryOptions
Returns
Type Description
Statement.Builder