Class SpannerBatchUpdateException

public class SpannerBatchUpdateException extends SpannerException

Inheritance

java.lang.Object > java.lang.Throwable > java.lang.Exception > java.lang.RuntimeException > BaseServiceException > com.google.cloud.grpc.BaseGrpcServiceException > SpannerException > SpannerBatchUpdateException

Methods

getUpdateCounts()

public long[] getUpdateCounts()

Returns the number of rows affected by each statement that is successfully run.

Returns
TypeDescription
long[]