This section introduces the commands used to display information from the database.
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.
photo-display-film-from-region( | void) ; |
Displays the data of the film whose name is between mark and point.
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.
photo-display-negative-from-region( | void) ; |
Displays the data of the negative whose name is between mark and point.