Skip to content
# Interface: AvailableColumn

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

Information about columns available for a specific table

Properties ​

name ​

name: string

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

Column name


tableName ​

tableName: string

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

Table name the column belongs to


tableAlias? ​

optional tableAlias: string

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

Table alias (if any)


type? ​

optional type: string

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

Data type (if known)


nullable? ​

optional nullable: boolean

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

Whether column is nullable


fullReference ​

fullReference: string

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

Full qualified column reference

Released under the MIT License.