| 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 |
MssqlBoundIRBuilder
SQL Server (T-SQL) implementation of
IBoundIRBuilder. |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleBoundIRBuilder
Oracle PL/SQL implementation of
IBoundIRBuilder. |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresqlBoundIRBuilder
PostgreSQL PL/pgSQL implementation of
IBoundIRBuilder. |