etp::get_defined_applications (public)

 etp::get_defined_applications

Defined in packages/edit-this-page/tcl/etp-procs.tcl

returns a list of all defined applications

Testcases:
No testcase defined.
Source code:
        variable application_params
        return [lsort [array names application_params]]
Generic XQL file:
packages/edit-this-page/tcl/etp-procs.xql

PostgreSQL XQL file:
packages/edit-this-page/tcl/etp-procs-postgresql.xql

Oracle XQL file:
packages/edit-this-page/tcl/etp-procs-oracle.xql

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