Skip to content

Interface: BindSortResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyBridge / BindSortResponse

Interface: BindSortResponse

Defined in: src/types/ontology-bridge.ts:47

Response from binding a sort to a SQL table.

Properties

bound

bound: boolean

Defined in: src/types/ontology-bridge.ts:49

Whether the binding was successful.


sortName

sortName: string

Defined in: src/types/ontology-bridge.ts:51

Sort name that was bound.


tableName

tableName: string

Defined in: src/types/ontology-bridge.ts:53

SQL table the sort is bound to.