auth::authority::get_select_columns (private)
auth::authority::get_select_columns
Defined in packages/acs-authentication/tcl/authority-procs.tcl
Get a list of the columns which can be selected from auth_authorities table.
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set columns [concat [get_columns] auth_impl_name pwd_impl_name register_impl_name user_info_impl_name get_doc_impl_name process_doc_impl_name] if {[apm_version_names_compare [ad_acs_version] 5.5.0] > -1} { lappend columns get_search_impl_name } 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