| Package | Description |
|---|---|
| gudusoft.gsqlparser.dlineage.dynamicsql |
| Modifier and Type | Method and Description |
|---|---|
RoutineSummaryEdge.Endpoint |
ShadowSummaryApplier.ComposedEdge.getSource() |
RoutineSummaryEdge.Endpoint |
RoutineSummaryEdge.getSource() |
RoutineSummaryEdge.Endpoint |
ShadowSummaryApplier.ComposedEdge.getTarget() |
RoutineSummaryEdge.Endpoint |
RoutineSummaryEdge.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
List<RoutineSummaryEdge.Endpoint> |
CallSiteRef.getInsertTargets()
Positional INSERT…EXEC target columns; null when the call site is not
consumed by an INSERT (or the INSERT has no explicit column list —
the binder reports that case as PARTIAL, never guesses ordinals).
|
Map<Integer,Set<RoutineSummaryEdge.Endpoint>> |
CallSiteRef.getInSourcesFdd()
Actual position → caller boundary endpoints feeding it via fdd-only paths.
|
Map<Integer,Set<RoutineSummaryEdge.Endpoint>> |
CallSiteRef.getInSourcesFdr()
Actual position → caller boundary endpoints feeding it via fdr-bearing paths.
|
Map<Integer,Set<RoutineSummaryEdge.Endpoint>> |
CallSiteRef.getOutTargetsFdd()
Actual position → caller boundary endpoints its value reaches via fdd-only paths.
|
Map<Integer,Set<RoutineSummaryEdge.Endpoint>> |
CallSiteRef.getOutTargetsFdr()
Actual position → caller boundary endpoints its value reaches via fdr-bearing paths.
|
| Modifier and Type | Method and Description |
|---|---|
int |
RoutineSummaryEdge.Endpoint.compareTo(RoutineSummaryEdge.Endpoint o) |
| Constructor and Description |
|---|
ComposedEdge(RoutineSummaryEdge.Endpoint source,
RoutineSummaryEdge.Endpoint target,
String relationType,
RoutineIdentity callerIdentity,
RoutineIdentity calleeIdentity,
int callSiteOrdinal) |
RoutineSummaryEdge(RoutineSummaryEdge.Endpoint source,
RoutineSummaryEdge.Endpoint target,
String relationType,
Set<String> functions) |