Delete Entries

This section contains all commands to delete existing entries.

Delete Cascade Film

photo-delete-cascade-film( film-name);

Deletes the film named film-name from the database. Any negatives and prints which depend on this film will be deleted as well.

Delete Film

photo-delete-film( film-name);

Deletes the film named film-name from the database. Any negatives which depend on this film remain in the database, so use this command with caution. film-name is a SQL regular expression allowing to remove more than one item at a time.

Delete Cascade Negative

photo-delete-cascade-negative( negative-name);

Deletes the negative named negative-name from the database. Any prints which depend on this film will be deleted as well.

Delete Negative

photo-delete-negative( negative-name);

Deletes the negative named negative-name from the database. Any prints which depend on this film remain in the database, so use this command with caution. negative-name is a SQL regular expression allowing to remove more than one item at a time.

Delete Print

photo-delete-print( print-name);

Deletes the print named print-name from the database. print-name is a SQL regular expression allowing to remove more than one item at a time.