pa_is_album_p (public)

 pa_is_album_p album_id [ package_id ]

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

returns "t" if album_id is a pa_album that is a child of the root folder for the package, else "f"

Parameters:
album_id (required)
package_id (optional)

Testcases:
No testcase defined.
Source code:
    return [pa_is_type_in_package $album_id "pa_album" $package_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: