Skip to content

DML_Builder.DatabaseOperation

Class

apex
global enum DML_Builder.DatabaseOperation

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


Inner Classes

ClassDescription
DML_DELETEDelete operation.
DML_INSERTInsert operation.
DML_UNDELETEUndelete operation.
DML_UPDATEUpdate operation.
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.