pa_count_pages_in_album (public)

 pa_count_pages_in_album album_id

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

returns the number of pages in album_id

Parameters:
album_id (required)

Testcases:
No testcase defined.
Source code:
    return [expr int(ceil([pa_count_photos_in_album $album_id] / [parameter::get -parameter ThumbnailsPerPage].0))]
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: