Gjsify LogoGjsify Logo

Enumeration MetaForeignKeyPolicy

Defines the filtering policy of a foreign key when invoked on an UPDATE or DELETE operation.

Index

Enumeration Members

CASCADE: number

policy is to delete any rows referencing the deleted row, or update the value of the referencing column to the new value of the referenced column, respectively

NONE: number

not enforced policy

NO_ACTION: number

return an error, no action taken

RESTRICT: number

same as GDA_META_FOREIGN_KEY_NO_ACTION, not deferrable

SET_DEFAULT: number

policy is to set the referencing column to its default value

SET_NULL: number

policy is to set the referencing column to NULL

UNKNOWN: number

unspecified policy

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method