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):
%3 auth::authority::get_element auth::authority::get_element (public) auth::authority::get_select_columns auth::authority::get_select_columns auth::authority::get_element->auth::authority::get_select_columns ad_acs_version ad_acs_version (public) auth::authority::get_select_columns->ad_acs_version apm_version_names_compare apm_version_names_compare (public) auth::authority::get_select_columns->apm_version_names_compare auth::authority::get_columns auth::authority::get_columns (private) auth::authority::get_select_columns->auth::authority::get_columns

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 $columns
Generic 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

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