db_get_password (public)
db_get_password [ -dbn dbn ]
Defined in packages/acs-tcl/tcl/01-database-procs.tcl
- Switches:
- -dbn (optional)
- The database name to use. If empty_string, uses the default database.
- Returns:
- the password parameter from the driver section of the first database pool for the dbn.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set pool [lindex [db_available_pools $dbn] 0] return [ns_config "ns/db/pool/$pool" Password]XQL Not present: Generic, PostgreSQL, Oracle