Skip to content

DML_Builder.DatabaseOperation

Class

apex
global enum DML_Builder.DatabaseOperation

Enum to specify the type of DML operation for external use.

Since: 1.0


Values

ValueDescription
global DML_DELETEDelete operation.
global DML_INSERTInsert operation.
global DML_UNDELETEUndelete operation.
global DML_UPDATEUpdate operation.
global DML_UPSERTUpsert operation.

Value Details

DML_DELETE

apex
global DML_DELETE

Delete operation.

DML_INSERT

apex
global DML_INSERT

Insert operation.

DML_UNDELETE

apex
global DML_UNDELETE

Undelete operation.

DML_UPDATE

apex
global DML_UPDATE

Update operation.

DML_UPSERT

apex
global DML_UPSERT

Upsert operation.