apm_file_type_keys (public, deprecated)

 apm_file_type_keys

Defined in packages/acs-tcl/tcl/apm-file-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Returns a list of valid file type keys. DEPRECATED: this API in not used in upstream code and can be inlined by a simple dict idiom.

Author:
Peter Marklund
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) apm_file_type_names apm_file_type_names (public) apm_file_type_keys apm_file_type_keys apm_file_type_keys->ad_log_deprecated apm_file_type_keys->apm_file_type_names

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc apm_file_type_keys
    return [dict keys [apm_file_type_names]]
Generic XQL file:
packages/acs-tcl/tcl/apm-file-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-file-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-file-procs-oracle.xql

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