plsql_utility::generate_attribute_parameter_call_from_attributes (public)
plsql_utility::generate_attribute_parameter_call_from_attributes \ [ -prepend prepend ] [ -indent indent ] attr_list
Defined in packages/acs-subsite/tcl/plsql-utility-procs.tcl
Wrapper for generate_attribute_parameter_call that formats default attribute list to the right format.
- Switches:
- -prepend (optional)
- -indent (optional, defaults to
"9"
)- Parameters:
- attr_list (required)
- Author:
- Michael Bryzek <mbryzek@arsdigita.com>
- Created:
- 11/2000
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set the_list [list] foreach row $attr_list { lappend the_list [list [lindex $row 1] [lindex $row 3]] } return [generate_attribute_parameter_call -prepend $prepend -indent $indent $the_list]XQL Not present: Generic, PostgreSQL, Oracle