Closed PhilippSalvisberg closed 2 years ago
name_usage
type
usage
sql_id
is_fixed_context_id
YES
procedure_signature
procedure_name
proc_ends_before_line
proc_ends_before_col
ref_line
ref_owner
ref_object_type
ref_object_name
ref_col
procedure_scope
origin_con_id
name_usage
: shows the name indented by level plus thetype
andusage
in parenthesis. For SQL statements thesql_id
is shown in parenthesis.is_fixed_context_id
:YES
if it was fixed otherwise null.procedure_signature
: signature ofprocedure_name
otherwise null.proc_ends_before_line
: ending line of procedure/function definition otherwise null.proc_ends_before_col
: ending column of procedure/function definition otherwise null.ref_line
: referenced line ofref_owner
/ref_object_type
/ref_object_name
combination, null if referenced object is null.ref_col
: referenced column ofref_owner
/ref_object_type
/ref_object_name
combination, null if referenced object is null.procedure_scope
does not consider forward declarationsorigin_con_id
, see ee61a99