Module delete

Source
Expand description

Implementation of SQL DELETE operation

Structs§

DeleteData
Representation of the data of a DELETE operation.

Enums§

DeleteImpl
Implementation of the Delete trait for the different implementations

Traits§

Delete
Trait representing a delete builder.