attribute::multirow (public)

 attribute::multirow [ -start_with start_with ] \
    [ -include_storage_types include_storage_types ] \
    [ -datasource_name datasource_name ] [ -object_type object_type ] \
    [ -return_url return_url ] object_id

Defined in packages/acs-subsite/tcl/attribute-procs.tcl

Sets up a multirow datasource containing the attribute values of object_id. We only support specific storage attributes. We include all attributes of the object's type, or any of its supertypes, up to $start_with.

Switches:
-start_with (optional, defaults to "acs_object")
-include_storage_types (optional, defaults to "type_specific")
-datasource_name (optional, defaults to "attributes")
-object_type (optional)
-return_url (optional)
Parameters:
object_id (required)

Partial Call Graph (max 5 caller/called nodes):
ad_conn ad_conn (public) attribute::array_for_type attribute::array_for_type (public) db_foreach db_foreach (public) db_string db_string (public) export_vars export_vars (public) attribute::multirow attribute::multirow attribute::multirow->ad_conn attribute::multirow->attribute::array_for_type attribute::multirow->db_foreach attribute::multirow->db_string attribute::multirow->export_vars

Testcases:
No testcase defined.
[ show source ]
Show another procedure: