Skip to content
# Interface: AvailableColumn

Defined in: packages/core/src/utils/ScopeResolver.ts:45

Information about columns available for a specific table

Properties

name

name: string

Defined in: packages/core/src/utils/ScopeResolver.ts:47

Column name


tableName

tableName: string

Defined in: packages/core/src/utils/ScopeResolver.ts:49

Table name the column belongs to


tableAlias?

optional tableAlias: string

Defined in: packages/core/src/utils/ScopeResolver.ts:51

Table alias (if any)


type?

optional type: string

Defined in: packages/core/src/utils/ScopeResolver.ts:53

Data type (if known)


nullable?

optional nullable: boolean

Defined in: packages/core/src/utils/ScopeResolver.ts:55

Whether column is nullable


fullReference

fullReference: string

Defined in: packages/core/src/utils/ScopeResolver.ts:57

Full qualified column reference

Released under the MIT License.