Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Method and Description |
---|---|
Key.Builder |
Key.Builder.append(Boolean value)
Appends a
BOOL value to the key. |
Key.Builder |
Key.Builder.append(ByteArray value)
Appends a
BYTES value to the key. |
Key.Builder |
Key.Builder.append(Date value)
Appends a
DATE value to the key |
Key.Builder |
Key.Builder.append(double value)
Appends a
FLOAT64 value to the key. |
Key.Builder |
Key.Builder.append(Double value)
Appends a
FLOAT64 value to the key. |
Key.Builder |
Key.Builder.append(long value)
Appends an
INT64 value to the key. |
Key.Builder |
Key.Builder.append(Long value)
Appends an
INT64 value to the key. |
Key.Builder |
Key.Builder.append(String value)
Appends a
STRING value to the key. |
Key.Builder |
Key.Builder.append(Timestamp value)
Appends a
TIMESTAMP value to the key |
Key.Builder |
Key.Builder.appendObject(Object value)
Appends an object following the same conversion rules as
Key.of(Object...) . |
static Key.Builder |
Key.newBuilder()
Returns a new builder for constructing a key.
|
Key.Builder |
Key.toBuilder()
Returns a builder initialized with the value of this key.
|
Copyright © 2019 Google LLC. All rights reserved.