public final class MssqlRoutineRefResolver extends Object
BoundRoutineRef instances against the full
BoundProgram.getRoutineIndex().
Uses a four-tier candidate scoring strategy:
schema.name/KIND(argCount))dbo) inference
Refs marked with externalDependency=true are skipped.
This resolver is designed to run AFTER merging partial BoundPrograms from multiple scripts, so that the routineIndex is complete.
| Modifier and Type | Method and Description |
|---|---|
static void |
resolve(BoundProgram program)
Resolves all routine references in the program.
|
public static void resolve(BoundProgram program)