auth::authority::get_column_defaults (private)
auth::authority::get_column_defaults
Defined in packages/acs-authentication/tcl/authority-procs.tcl
Get an array list with column names as keys and their default value as values. Note however that required columns are not defaulted.
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set columns { authority_id "" short_name "" pretty_name "" help_contact_text "" help_contact_text_format "text/enhanced" enabled_p "f" sort_order "" auth_impl_id "" pwd_impl_id "" forgotten_pwd_url "" change_pwd_url "" register_impl_id "" register_url "" user_info_impl_id "" get_doc_impl_id "" process_doc_impl_id "" batch_sync_enabled_p "f" } if {[apm_version_names_compare [ad_acs_version] 5.5.0] > -1} { lappend columns allow_user_entered_info_p "f" search_impl_id "" } return $columnsGeneric XQL file: packages/acs-authentication/tcl/authority-procs.xql
PostgreSQL XQL file: packages/acs-authentication/tcl/authority-procs-postgresql.xql
Oracle XQL file: packages/acs-authentication/tcl/authority-procs-oracle.xql