content::type::attribute::delete (public)

 content::type::attribute::delete -content_type content_type \
    -attribute_name attribute_name [ -drop_column drop_column ]

Defined in packages/acs-content-repository/tcl/content-type-procs.tcl

Switches:
-content_type
(required)
-attribute_name
(required)
-drop_column
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 package_exec_plsql package_exec_plsql (public) content::type::attribute::delete content::type::attribute::delete content::type::attribute::delete->package_exec_plsql

Testcases:
No testcase defined.
Source code:
    return [package_exec_plsql -var_list [list  [list content_type $content_type ]  [list attribute_name $attribute_name ]  [list drop_column $drop_column ]  ] content_type drop_attribute]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-content-repository/tcl/content-type-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: