fs::get_archive_extension (public, deprecated)

 fs::get_archive_extension

Defined in packages/file-storage/tcl/file-storage-procs.tcl

Deprecated. Invoking this procedure generates a warning.

return the archive extension that should be added to the output file of an archive command DEPRECATED: this is a trivial wrapper over the parameter api

See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) parameter::get parameter::get (public) fs::get_archive_extension fs::get_archive_extension fs::get_archive_extension->ad_log_deprecated fs::get_archive_extension->parameter::get

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc fs::get_archive_extension
    return [parameter::get -parameter ArchiveExtension -default "txt"]
Generic XQL file:
packages/file-storage/tcl/file-storage-procs.xql

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

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

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