| Package | Description | 
|---|---|
| com.google.cloud.spanner | 
 A client for Cloud Spanner - A no-compromise relational database service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KeyRange.Endpoint | 
KeyRange.geEndType()
Indicates whether the end key is inclusive ( 
CLOSED) or exclusive (OPEN). | 
KeyRange.Endpoint | 
KeyRange.getStartType()
Indicates whether the start key is inclusive ( 
CLOSED) or exclusive (OPEN). | 
static KeyRange.Endpoint | 
KeyRange.Endpoint.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static KeyRange.Endpoint[] | 
KeyRange.Endpoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KeyRange.Builder | 
KeyRange.Builder.setEndType(KeyRange.Endpoint type)
Sets whether the end key is inclusive ( 
CLOSED) or exclusive (OPEN). | 
KeyRange.Builder | 
KeyRange.Builder.setStartType(KeyRange.Endpoint type)
Sets whether the start key is inclusive ( 
CLOSED) or exclusive (OPEN). | 
Copyright © 2019 Google LLC. All rights reserved.