plsql_utility::generate_attribute_dml (public)
plsql_utility::generate_attribute_dml \ [ -start_with_comma start_with_comma ] [ -prepend prepend ] \ [ -ignore ignore ] table_name attr_list
Defined in packages/acs-subsite/tcl/plsql-utility-procs.tcl
Generates the string for a sql insert... e.g. ",col1, col2"
- Switches:
- -start_with_comma (optional, defaults to
"t"
)- -prepend (optional)
- -ignore (optional)
- Parameters:
- table_name (required)
- attr_list (required)
- Author:
- Michael Bryzek <mbryzek@arsdigita.com>
- Created:
- 11/2000
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.