| Package | Description |
|---|---|
| gudusoft.gsqlparser.dlineage.dynamicsql |
| Modifier and Type | Method and Description |
|---|---|
List<CallSiteRef> |
RoutineSummary.getCallSites()
B3: call sites with local actual-binding information (empty pre-B3
construction paths; same sites as
RoutineSummary.getCalls() otherwise). |
| Modifier and Type | Method and Description |
|---|---|
CatalogRoutineCallBinder.BoundCall |
CatalogRoutineCallBinder.bind(CallSiteRef site,
String callerDb)
Bind one extractor-produced call site against every definition the
catalog knows, under the caller's effective database context.
|
CatalogRoutineCallBinder.BoundCall |
CatalogRoutineCallBinder.bind(CallSiteRef site,
String callerDb,
RoutineIdentity callerIdentity)
Summary-composition binding with the caller signature available for
writable-lvalue validation.
|
| Constructor and Description |
|---|
RoutineSummary(RoutineIdentity identity,
Set<RoutineSummaryEdge> edges,
List<RoutineSummary.RawCallSite> calls,
List<CallSiteRef> callSites,
Map<String,List<String>> resultSetShapes,
RoutineSummary.Completeness completeness,
List<String> completenessReasons) |