auth::authority::get_sc_impl_columns (public)

 auth::authority::get_sc_impl_columns

Defined in packages/acs-authentication/tcl/authority-procs.tcl

Get a list of column names for storing service contract implementation ids of the authority.

Author:
Peter Marklund

Testcases:
authority__get_sc_impl_columns
Source code:
    # DAVEB
    set columns {auth_impl_id pwd_impl_id register_impl_id user_info_impl_id get_doc_impl_id process_doc_impl_id}
    if {[apm_version_names_compare [ad_acs_version] 5.5.0] > -1} {
        lappend columns search_impl_id
    }
    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: