| Package | Description | 
|---|---|
| com.google.cloud.spanner | 
 A client for Cloud Spanner - A no-compromise relational database service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Partition> | 
BatchReadOnlyTransaction.partitionQuery(PartitionOptions partitionOptions,
              Statement statement,
              Options.QueryOption... options)
Returns a list of  
Partition to execute a query against the database. | 
List<Partition> | 
BatchReadOnlyTransaction.partitionRead(PartitionOptions partitionOptions,
             String table,
             KeySet keys,
             Iterable<String> columns,
             Options.ReadOption... options)
Returns a list of  
Partition to read zero or more rows from a database. | 
List<Partition> | 
BatchReadOnlyTransaction.partitionReadUsingIndex(PartitionOptions partitionOptions,
                       String table,
                       String index,
                       KeySet keys,
                       Iterable<String> columns,
                       Options.ReadOption... options)
Returns a list of  
Partition to read zero or more rows from a database using an index. | 
| Modifier and Type | Method and Description | 
|---|---|
ResultSet | 
BatchReadOnlyTransaction.execute(Partition partition)
Execute the partition to return  
ResultSet. | 
Copyright © 2019 Google LLC. All rights reserved.