Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
ResultSet |
ResultSet.clone() |
ResultSet |
ResultSet.set(String fieldName,
Object value) |
ResultSet |
ResultSet.setMetadata(ResultSetMetadata metadata)
Metadata about the result set, such as row type information.
|
ResultSet |
ResultSet.setPrecommitToken(MultiplexedSessionPrecommitToken precommitToken)
Optional.
|
ResultSet |
ResultSet.setRows(List<List<Object>> rows)
Each element in `rows` is a row whose format is defined by metadata.row_type.
|
ResultSet |
ResultSet.setStats(ResultSetStats stats)
Query plan and execution statistics for the SQL statement that produced this result set.
|
Modifier and Type | Method and Description |
---|---|
List<ResultSet> |
ExecuteBatchDmlResponse.getResultSets()
One ResultSet for each statement in the request that ran successfully, in the same order as the
statements in the request.
|
Modifier and Type | Method and Description |
---|---|
ExecuteBatchDmlResponse |
ExecuteBatchDmlResponse.setResultSets(List<ResultSet> resultSets)
One ResultSet for each statement in the request that ran successfully, in the same order as the
statements in the request.
|
Copyright © 2011–2025 Google. All rights reserved.