Gjsify LogoGjsify Logo

This structure represents a foreign key constraint, its contents must not be modified.

record

Hierarchy

  • MetaTableForeignKey

Index

Constructors

Properties

cols_nb: number

the size of the fk_cols_array, fk_names_array, ref_pk_cols_array and ref_pk_names_array arrays

field
depend_on: Gda.MetaDbObject

the #GdaMetaDbObject which is referenced by the foreign key

field
fk_cols_array: number

the columns' indexes in meta_table which participate in the constraint (WARNING: columns numbering here start at 1)

field
fk_name: string
fk_names_array: string

the columns' names in meta_table which participate in the constraint

field
meta_table: Gda.MetaDbObject

the #GdaMetaDbObject for which this structure represents a foreign key

field
ref_pk_cols_array: number

the columns' indexes in depend_on which participate in the constraint (WARNING: columns numbering here start at 1)

field
ref_pk_names_array: string

the columns' names in depend_on which participate in the constraint

field
name: string

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