Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
ExecuteBatchDmlResponse |
ExecuteBatchDmlResponse.clone() |
ExecuteBatchDmlResponse |
ExecuteBatchDmlResponse.set(String fieldName,
Object value) |
ExecuteBatchDmlResponse |
ExecuteBatchDmlResponse.setPrecommitToken(MultiplexedSessionPrecommitToken precommitToken)
Optional.
|
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.
|
ExecuteBatchDmlResponse |
ExecuteBatchDmlResponse.setStatus(Status status)
If all DML statements are executed successfully, the status is `OK`.
|
Copyright © 2011–2025 Google. All rights reserved.