Database class methods return the results of the data operation. These result objects contain useful information about the data operation for each record, such as whether the operation was successful or not, and any error information. Each type of operation returns a specific result object type, as outlined below.
Operation | Result Class |
---|---|
insert, update | SaveResult Class |
upsert | UpsertResult Class |
merge | MergeResult Class |
delete | DeleteResult Class |
undelete | UndeleteResult Class |
convertLead | LeadConvertResult Class |
emptyRecycleBin | EmptyRecycleBinResult Class |