auth::authority::get_required_columns (private)

 auth::authority::get_required_columns

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

Get a list of the required columns in the auth_authorities table.

Author:
Lars Pind <lars@collaboraid.biz>

Partial Call Graph (max 5 caller/called nodes):
%3 auth::authority::create auth::authority::create (public) auth::authority::get_required_columns auth::authority::get_required_columns auth::authority::create->auth::authority::get_required_columns

Testcases:
No testcase defined.
Source code:
    return {
        authority_id
        short_name
        pretty_name
    }
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: