| Package | Description |
|---|---|
| gudusoft.gsqlparser.dlineage.dynamicsql |
| Modifier and Type | Method and Description |
|---|---|
RoutineSummary.RawCallSite |
CallSiteRef.getRaw() |
| Modifier and Type | Method and Description |
|---|---|
List<RoutineSummary.RawCallSite> |
RoutineSummary.getCalls() |
| Constructor and Description |
|---|
CallSiteRef(RoutineSummary.RawCallSite raw,
TCustomSqlStatement callStatement,
List<CallSiteRef.Actual> actuals,
List<RoutineSummaryEdge.Endpoint> insertTargets,
Map<Integer,Set<RoutineSummaryEdge.Endpoint>> inSourcesFdd,
Map<Integer,Set<RoutineSummaryEdge.Endpoint>> inSourcesFdr,
Map<Integer,Set<RoutineSummaryEdge.Endpoint>> outTargetsFdd,
Map<Integer,Set<RoutineSummaryEdge.Endpoint>> outTargetsFdr) |
| 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) |
RoutineSummary(RoutineIdentity identity,
Set<RoutineSummaryEdge> edges,
List<RoutineSummary.RawCallSite> calls,
RoutineSummary.Completeness completeness,
List<String> completenessReasons) |