Scripting languages support
Brief summary of how the scripting languages are being handled.
Last updated
Brief summary of how the scripting languages are being handled.
Last updated
The procedure body is treated as an extension of the source file, this is to get information over objects inside it. For example, when the analyzer found occurrences of dependencies inside the body they are registered from the procedure to the object.
Procedure language support:
JavaScript
E.g.:
(PROC1)−REFERENCES→(DB.SCH.T1)
The analyzer will not get references from SQL statements created dynamically. Even if the variable is filled in the same code.