| Modifier and Type | Class and Description |
|---|---|
class |
ResultSet
Results from [Read][google.spanner.v1.Spanner.Read] or
[ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].
|
static class |
ResultSet.Builder
Results from [Read][google.spanner.v1.Spanner.Read] or
[ExecuteSql][google.spanner.v1.Spanner.ExecuteSql].
|
| Modifier and Type | Method and Description |
|---|---|
ResultSetOrBuilder |
ExecuteBatchDmlResponseOrBuilder.getResultSetsOrBuilder(int index)
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
ResultSetOrBuilder |
ExecuteBatchDmlResponse.getResultSetsOrBuilder(int index)
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
ResultSetOrBuilder |
ExecuteBatchDmlResponse.Builder.getResultSetsOrBuilder(int index)
ResultSets, one 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 |
|---|---|
List<? extends ResultSetOrBuilder> |
ExecuteBatchDmlResponseOrBuilder.getResultSetsOrBuilderList()
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
List<? extends ResultSetOrBuilder> |
ExecuteBatchDmlResponse.getResultSetsOrBuilderList()
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
List<? extends ResultSetOrBuilder> |
ExecuteBatchDmlResponse.Builder.getResultSetsOrBuilderList()
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
Copyright © 2019 Google LLC. All rights reserved.