Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
PartialResultSet |
PartialResultSet.clone() |
PartialResultSet |
PartialResultSet.encodeResumeToken(byte[] resumeToken)
Streaming calls might be interrupted for a variety of reasons, such as TCP connection loss.
|
PartialResultSet |
PartialResultSet.set(String fieldName,
Object value) |
PartialResultSet |
PartialResultSet.setChunkedValue(Boolean chunkedValue)
If true, then the final value in values is chunked, and must be combined with more values from
subsequent `PartialResultSet`s to obtain a complete field value.
|
PartialResultSet |
PartialResultSet.setLast(Boolean last)
Optional.
|
PartialResultSet |
PartialResultSet.setMetadata(ResultSetMetadata metadata)
Metadata about the result set, such as row type information.
|
PartialResultSet |
PartialResultSet.setPrecommitToken(MultiplexedSessionPrecommitToken precommitToken)
Optional.
|
PartialResultSet |
PartialResultSet.setResumeToken(String resumeToken)
Streaming calls might be interrupted for a variety of reasons, such as TCP connection loss.
|
PartialResultSet |
PartialResultSet.setStats(ResultSetStats stats)
Query plan and execution statistics for the statement that produced this streaming result set.
|
PartialResultSet |
PartialResultSet.setValues(List<Object> values)
A streamed result set consists of a stream of values, which might be split into many
`PartialResultSet` messages to accommodate large rows and/or large values.
|
Copyright © 2011–2025 Google. All rights reserved.