2 35.44. routine_table_usage #
4 The view routine_table_usage is meant to identify all tables that are
5 used by a function or procedure. This information is currently not
8 Table 35.42. routine_table_usage Columns
14 specific_catalog sql_identifier
16 Name of the database containing the function (always the current
19 specific_schema sql_identifier
21 Name of the schema containing the function
23 specific_name sql_identifier
25 The “specific name” of the function. See Section 35.45 for more
28 routine_catalog sql_identifier
30 Name of the database containing the function (always the current
33 routine_schema sql_identifier
35 Name of the schema containing the function
37 routine_name sql_identifier
39 Name of the function (might be duplicated in case of overloading)
41 table_catalog sql_identifier
43 Name of the database that contains the table that is used by the
44 function (always the current database)
46 table_schema sql_identifier
48 Name of the schema that contains the table that is used by the function
50 table_name sql_identifier
52 Name of the table that is used by the function