db_known_database_types (public)

 db_known_database_types

Defined in packages/acs-tcl/tcl/01-database-procs.tcl

Returns:
a list of three-element lists describing the database engines known to OpenACS. Each sublist contains the internal database name (used in file paths, etc), the driver name, and a "pretty name" to be used in selection forms displayed to the user. The nsv containing the list is initialized by the bootstrap script and should never be referenced directly by user code.

Partial Call Graph (max 5 caller/called nodes):
%3 apm_package_supported_databases apm_package_supported_databases (public) db_known_database_types db_known_database_types apm_package_supported_databases->db_known_database_types

Testcases:
No testcase defined.
Source code:
    return $::acs::known_database_types
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: