Interface: TranspileResponse
@kortexya/reasoninglayer / OntologyBridge / TranspileResponse
Interface: TranspileResponse
Defined in: src/types/ontology-bridge.ts:180
Response from OSFQL-to-SQL transpilation.
Properties
fullyTranspilable
fullyTranspilable:
boolean
Defined in: src/types/ontology-bridge.ts:182
Whether the entire plan is SQL-transpilable.
paramCount
paramCount:
number
Defined in: src/types/ontology-bridge.ts:184
Number of parameters in the generated SQL.
sourceId?
optionalsourceId:string|null
Defined in: src/types/ontology-bridge.ts:186
Source ID the query targets.
sql
sql:
string
Defined in: src/types/ontology-bridge.ts:188
Generated SQL query.