public abstract class DmlStats extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DmlStats.Builder |
Constructor and Description |
---|
DmlStats() |
Modifier and Type | Method and Description |
---|---|
abstract Long |
getDeletedRowCount()
Returns number of deleted Rows.
|
abstract Long |
getInsertedRowCount()
Returns number of inserted Rows.
|
abstract Long |
getUpdatedRowCount()
Returns number of updated Rows.
|
static DmlStats.Builder |
newBuilder() |
abstract DmlStats.Builder |
toBuilder() |
@Nullable public abstract Long getDeletedRowCount()
null
for none@Nullable public abstract Long getInsertedRowCount()
null
for none@Nullable public abstract Long getUpdatedRowCount()
null
for nonepublic abstract DmlStats.Builder toBuilder()
public static DmlStats.Builder newBuilder()
Copyright © 2023 Google LLC. All rights reserved.