public class MergeResult extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getRowsDeleted()
Retrieves the number of rows have been deleted.
|
int |
getRowsInserted()
Retrieves the number of rows have been inserted.
|
int |
getRowsUpdated()
Retrieves the number of rows have been updated.
|
public int getRowsInserted()
public int getRowsUpdated()
public int getRowsDeleted()
© 2022 Snowflake Inc. All Rights Reserved