package_object_view (public)
package_object_view [ -refresh_p refresh_p ] \ [ -start_with start_with ] object_type
Defined in packages/acs-subsite/tcl/package-procs.tcl
Returns a select statement to be used as an inner view for selecting out all the attributes for the object_type. util_memoizes the result
- Switches:
- -refresh_p (optional, defaults to
"f"
)- If t, force a reload of the cache
- -start_with (optional, defaults to
"acs_object"
)- The highest parent object type for which to include attributes
- Parameters:
- object_type (required)
- The object for which to create a package spec
- Author:
- Michael Bryzek <mbryzek@arsdigita.com>
- Created:
- 10/2000
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: if {$refresh_p == "t"} { package_object_view_reset $object_type } return [util_memoize [list package_object_view_helper -start_with $start_with $object_type]]Generic XQL file: packages/acs-subsite/tcl/package-procs.xql
PostgreSQL XQL file: packages/acs-subsite/tcl/package-procs-postgresql.xql
Oracle XQL file: packages/acs-subsite/tcl/package-procs-oracle.xql