| Package | Description | 
|---|---|
| com.google.cloud.spanner | 
 A client for Cloud Spanner - A no-compromise relational database service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Statement.Builder | 
Statement.Builder.append(String sqlFragment)
Appends  
sqlFragment to the statement. | 
static Statement.Builder | 
Statement.newBuilder(String sql)
Creates a new statement builder with the SQL text  
sql. | 
| Modifier and Type | Method and Description | 
|---|---|
ValueBinder<Statement.Builder> | 
Statement.Builder.bind(String parameter)
Returns a binder to bind the value of the query parameter  
parameter. | 
Copyright © 2019 Google LLC. All rights reserved.