sb::get_child_tables (public)

 sb::get_child_tables table_name [ html_anchor_p ]

Defined in packages/schema-browser/tcl/schema-browser-procs-postgresql.tcl

Build an HTML snippet listing all tables which have at least one foreign key referring to table_name.

Parameters:
table_name (required)
html_anchor_p (optional, defaults to "f")

Partial Call Graph (max 5 caller/called nodes):
%3 sb::get_table_description sb::get_table_description (public) sb::get_child_tables sb::get_child_tables sb::get_table_description->sb::get_child_tables db_foreach db_foreach (public) sb::get_child_tables->db_foreach

Testcases:
No testcase defined.
[ show source ]
Show another procedure: