Options
All
  • Public
  • Public/Protected
  • All
Menu

Check metadata contains all information about table's check constraints.

Hierarchy

  • CheckMetadata

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

entityMetadata

entityMetadata: EntityMetadata

Entity metadata of the class to which this check constraint is applied.

expression

expression: string

Check expression.

Optional givenName

givenName: undefined | string

User specified check constraint name.

name

name: string

Final check constraint name. If check constraint name was given by a user then it stores normalized (by naming strategy) givenName. If check constraint name was not given then its generated.

Optional target

target: Function | string

Target class to which metadata is applied.

Methods

build

Generated using TypeDoc