| Package | Description |
|---|---|
| gudusoft.gsqlparser.dlineage.dynamicsql |
| Modifier and Type | Method and Description |
|---|---|
RoutineSummary |
RoutineSummaryExtractor.extract(String routineDefinitionText)
Extract (or return the cached) base summary of ONE routine definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoutineSummary> |
RoutineSummaryExtractor.extractAll(String unitText)
Extract base summaries for EVERY routine defined in a unit, each from a
PER-DEFINITION slice analyzed alone (codex-B2-r1 finding 1: analyzing
the whole unit lets the analyzer inline same-unit callee bodies through
its procedure-DDL map — slicing is what actually enforces
no-inline-callee; a same-unit callee is then simply absent, and the
call surfaces as a raw call site + CALLS_UNRESOLVED).
|
Map<RoutineIdentity,RoutineSummary> |
ShadowSummaryApplier.ShadowResult.getSummaries() |
Map<RoutineIdentity,RoutineSummary> |
ProceduralLineageResult.getSummaries() |