pa_all_photos_in_album (public)

 pa_all_photos_in_album album_id

Defined in packages/photo-album/tcl/photo-album-procs.tcl

returns a list of all the photo_ids in an album sorted in ascending order pull value from cache if already there, caches result and returns result if not

Parameters:
album_id (required)

Testcases:
No testcase defined.
Source code:
    return [util_memoize "pa_all_photos_in_album_internal $album_id"]
Generic XQL file:
packages/photo-album/tcl/photo-album-procs.xql

PostgreSQL XQL file:
packages/photo-album/tcl/photo-album-procs-postgresql.xql

Oracle XQL file:
packages/photo-album/tcl/photo-album-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: