Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
KeyRange |
KeyRange.clone() |
KeyRange |
KeyRange.set(String fieldName,
Object value) |
KeyRange |
KeyRange.setEndClosed(List<Object> endClosed)
If the end is closed, then the range includes all rows whose first `len(end_closed)` key
columns exactly match `end_closed`.
|
KeyRange |
KeyRange.setEndOpen(List<Object> endOpen)
If the end is open, then the range excludes rows whose first `len(end_open)` key columns
exactly match `end_open`.
|
KeyRange |
KeyRange.setStartClosed(List<Object> startClosed)
If the start is closed, then the range includes all rows whose first `len(start_closed)` key
columns exactly match `start_closed`.
|
KeyRange |
KeyRange.setStartOpen(List<Object> startOpen)
If the start is open, then the range excludes rows whose first `len(start_open)` key columns
exactly match `start_open`.
|
Modifier and Type | Method and Description |
---|---|
List<KeyRange> |
KeySet.getRanges()
A list of key ranges.
|
Modifier and Type | Method and Description |
---|---|
KeySet |
KeySet.setRanges(List<KeyRange> ranges)
A list of key ranges.
|
Copyright © 2011–2025 Google. All rights reserved.