| Class | Description |
|---|---|
| NameResolver |
Core component for resolving column references to their sources.
|
| OraclePackageRegistry |
Registry for Oracle packages encountered during scope building.
|
| ScopeBuilder |
Builds a complete scope tree using the Visitor pattern.
|
| ScopeBuildResult |
Result of scope building by ScopeBuilder.
|
| TSQLResolver2 |
New SQL Resolver - Phase 2 Enhanced Framework
This is the main entry point for the new resolution architecture.
|
| TSQLResolver2ResultFormatter |
Formats the resolution results from
TSQLResolver2 into structured output
for testing assertions and debugging. |
| TSQLResolverConfig |
Configuration for TSQLResolver2.
|
| Enum | Description |
|---|---|
| ColumnLevel |
Three-level column existence check.
|
| ResolutionStatus |
Status of column resolution.
|
| ScopeType |
Enum representing different types of scopes in SQL resolution.
|
| StructKind |
Defines how fields of a structured type are accessed.
|