Display Entries

This section introduces the commands used to display information from the database.

Display Film

photo-display-film( film-name);

Displays the data of the film named film-name. film-name is a SQL regular expression allowing to display more than one item at a time.

Display Film from Region

photo-display-film-from-region(void); 

Displays the data of the film whose name is between mark and point.

Display Negative

photo-display-negative( negative-name);

Displays the data of the negative named negative-name and the associated film data. negative-name is a SQL regular expression allowing to display more than one item at a time.

Display Negative from Region

photo-display-negative-from-region(void); 

Displays the data of the negative whose name is between mark and point.

Display Print

photo-display-print( print-name);

Displays the data of the print named print-name and the associated negative and film data. print-name is a SQL regular expression allowing to display more than one item at a time.

Display Print from Region

photo-display-print-from-region(void); 

Displays the data of the print whose name is between mark and point.