| Class | Description |
|---|---|
| DynamicLineageEdge |
One column-level lineage edge produced by analyzing a resolved dynamic-SQL
string, carried together with its dynamic provenance.
|
| DynamicLineageOptions |
Resource bounds for
resolveDynamicSqlLineage. |
| DynamicLineageResult |
Top-level result of
DataFlowAnalyzer.resolveDynamicSqlLineage: one
DynamicSiteResult per dynamic-SQL EXEC site discovered in the
procedure, plus convenience views over the resolved edges and the unresolved
sites. |
| DynamicSiteResult |
Result for a single dynamic-SQL EXEC site inside a procedure.
|
| DynamicSqlLineageResolver |
Orchestrates dynamic-SQL lineage resolution: evaluate the procedure's
dynamic-SQL string building under the given bindings
(
TDynamicSqlStringEvaluator), then for each materialized EXEC site run
ordinary dlineage on the concrete string and tag the resulting edges with
dynamic provenance. |
| SqlValue |
A concrete parameter binding value supplied by the caller of
DataFlowAnalyzer.resolveDynamicSqlLineage. |
| Enum | Description |
|---|---|
| DynamicSiteResult.Kind | |
| DynamicSiteResult.Status |