Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Method and Description |
---|---|
KeySet.Builder |
KeySet.Builder.addKey(Key key)
Adds a key to the key set.
|
KeySet.Builder |
KeySet.Builder.addRange(KeyRange range)
Adds a range to the key set.
|
static KeySet.Builder |
KeySet.newBuilder()
Returns a new builder that can be used to construct a key set.
|
KeySet.Builder |
KeySet.Builder.setAll()
Makes the key set retrieve all rows of a table or index.
|
KeySet.Builder |
KeySet.toBuilder()
Returns a builder initialized with the contents of this set.
|
Copyright © 2019 Google LLC. All rights reserved.