| Package | Description |
|---|---|
| gudusoft.gsqlparser.analyzer.v2 | |
| gudusoft.gsqlparser.ir.builder | |
| gudusoft.gsqlparser.ir.builder.oracle |
| Constructor and Description |
|---|
AnalyzerV2Facade(IBoundIRBuilder boundBuilder) |
| Constructor and Description |
|---|
IRTranslator(AnalyzerV2Config config,
IBoundIRBuilder boundBuilder)
Phase A constructor (bound IR only).
|
IRTranslator(AnalyzerV2Config config,
IBoundIRBuilder boundBuilder,
ILogicalIRBuilder logicalBuilder,
IFlowPlanner flowPlanner)
Full pipeline constructor (all three phases).
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleBoundIRBuilder
Oracle PL/SQL implementation of
IBoundIRBuilder. |