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