Re: Dependency Map

Fred Toussi via Hsqldb-user <[email protected]> Wed, 04 Nov 2020 23:49:26 +0000
Newsgroups gmane.comp.java.hsqldb.user
Message-ID <[email protected]>
It's all built into the system. Try this and check other views in information_schema with "routine" in their names:

select * from information_schema.routine_routine_usage

Fred

On Wed, Nov 4, 2020, at 22:52, Jorge Garcia de Alba wrote:
> Hello,
> 
> I am interested in building a dependency map that shows relationships
> between procedures and functions in a schema. Does anybody have code
> that will do that? Thanks.
> 
> Jorge
> 
> 
> _______________________________________________
> Hsqldb-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/hsqldb-user
>