| Modifier and Type | Method and Description |
|---|---|
ResultSet |
ResultSet.Builder.build() |
ResultSet |
ResultSet.Builder.buildPartial() |
static ResultSet |
ResultSet.getDefaultInstance() |
ResultSet |
ResultSet.getDefaultInstanceForType() |
ResultSet |
ResultSet.Builder.getDefaultInstanceForType() |
ResultSet |
ExecuteBatchDmlResponseOrBuilder.getResultSets(int index)
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
ResultSet |
ExecuteBatchDmlResponse.getResultSets(int index)
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
ResultSet |
ExecuteBatchDmlResponse.Builder.getResultSets(int index)
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
static ResultSet |
ResultSet.parseDelimitedFrom(InputStream input) |
static ResultSet |
ResultSet.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResultSet |
ResultSet.parseFrom(byte[] data) |
static ResultSet |
ResultSet.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResultSet |
ResultSet.parseFrom(ByteBuffer data) |
static ResultSet |
ResultSet.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResultSet |
ResultSet.parseFrom(com.google.protobuf.ByteString data) |
static ResultSet |
ResultSet.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResultSet |
ResultSet.parseFrom(com.google.protobuf.CodedInputStream input) |
static ResultSet |
ResultSet.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResultSet |
ResultSet.parseFrom(InputStream input) |
static ResultSet |
ResultSet.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ResultSet> |
ResultSet.getParserForType() |
List<ResultSet> |
ExecuteBatchDmlResponseOrBuilder.getResultSetsList()
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
List<ResultSet> |
ExecuteBatchDmlResponse.getResultSetsList()
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
List<ResultSet> |
ExecuteBatchDmlResponse.Builder.getResultSetsList()
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
static com.google.protobuf.Parser<ResultSet> |
ResultSet.parser() |
| Modifier and Type | Method and Description |
|---|---|
ExecuteBatchDmlResponse.Builder |
ExecuteBatchDmlResponse.Builder.addResultSets(int index,
ResultSet value)
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
ExecuteBatchDmlResponse.Builder |
ExecuteBatchDmlResponse.Builder.addResultSets(ResultSet value)
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
ResultSet.Builder |
ResultSet.Builder.mergeFrom(ResultSet other) |
static ResultSet.Builder |
ResultSet.newBuilder(ResultSet prototype) |
ExecuteBatchDmlResponse.Builder |
ExecuteBatchDmlResponse.Builder.setResultSets(int index,
ResultSet value)
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 |
|---|---|
ExecuteBatchDmlResponse.Builder |
ExecuteBatchDmlResponse.Builder.addAllResultSets(Iterable<? extends ResultSet> values)
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.