DML_Builder.DatabaseOperation
Class
apex
global enum DML_Builder.DatabaseOperationEnum to specify the type of DML operation for external use.
Since: 1.0
Values
| Value | Description |
|---|---|
| global DML_DELETE | Delete operation. |
| global DML_INSERT | Insert operation. |
| global DML_UNDELETE | Undelete operation. |
| global DML_UPDATE | Update operation. |
| global DML_UPSERT | Upsert operation. |
Value Details
DML_DELETE
apex
global DML_DELETEDelete operation.
DML_INSERT
apex
global DML_INSERTInsert operation.
DML_UNDELETE
apex
global DML_UNDELETEUndelete operation.
DML_UPDATE
apex
global DML_UPDATEUpdate operation.
DML_UPSERT
apex
global DML_UPSERTUpsert operation.