db_get_port (public)
db_get_port [ -dbn dbn ]
Defined in packages/acs-tcl/tcl/01-database-procs.tcl
PostgreSQL only.
- Switches:
- -dbn (optional)
- The database name to use. If empty_string, uses the default database.
- Returns:
- the port number from the first database pool. It assumes the datasource is properly formatted since we've already verified that we can connect to the pool. It returns an empty string for an empty port value.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.