sb::get_tables (public)

 sb::get_tables selected_table_name

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

Build an HTML table of all PG tables belonging to the current user. Each PG table name is returned as a hyperlink to a page which displays the table's structure.

Parameters:
selected_table_name (required)

Partial Call Graph (max 5 caller/called nodes):
%3 packages/schema-browser/www/index.tcl packages/schema-browser/ www/index.tcl sb::get_tables sb::get_tables packages/schema-browser/www/index.tcl->sb::get_tables export_vars export_vars (public) sb::get_tables->export_vars sb::get_tables_list sb::get_tables_list (public) sb::get_tables->sb::get_tables_list

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