36.64. view_routine_usage
Представление view_routine_usage
описывает все подпрограммы (функции и процедуры), используемые в выражении запроса представления (операторе SELECT
, определяющем представление). Подпрограмма выводится в этом списке, только если она принадлежит текущей активной роли.
Таблица 36.62. Столбцы view_routine_usage
Тип столбца Описание |
---|
Имя базы данных, содержащей представление (всегда текущая база) |
Имя схемы, содержащей представление |
Имя представления |
Имя базы данных, содержащей функцию (всегда текущая база) |
Имя схемы, содержащей функцию |
«Однозначное имя» функции. Подробнее оно описано в Разделе 36.45. |
36.64. view_routine_usage
The view view_routine_usage
identifies all routines (functions and procedures) that are used in the query expression of a view (the SELECT
statement that defines the view). A routine is only included if that routine is owned by a currently enabled role.
Table 36.62. view_routine_usage
Columns
Column Type Description |
---|
Name of the database containing the view (always the current database) |
Name of the schema containing the view |
Name of the view |
Name of the database containing the function (always the current database) |
Name of the schema containing the function |
The “specific name” of the function. See Section 36.45 for more information. |