Gda.MetaTableForeignKey¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
cols_nb |
r/w |
the size of the fk_cols_array, fk_names_array, ref_pk_cols_array and ref_pk_names_array arrays |
|
declared |
r |
||
depend_on |
r/w |
the |
|
fk_cols_array |
r/w |
the columns’ indexes in meta_table which participate in the constraint (WARNING: columns numbering here start at 1) |
|
fk_name |
r/w |
||
fk_names_array |
r/w |
the columns’ names in meta_table which participate in the constraint |
|
meta_table |
r/w |
the |
|
on_delete_policy |
r |
||
on_update_policy |
r |
||
ref_pk_cols_array |
r/w |
the columns’ indexes in depend_on which participate in the constraint (WARNING: columns numbering here start at 1) |
|
ref_pk_names_array |
r/w |
the columns’ names in depend_on which participate in the constraint |
Methods¶
None
Details¶
- class Gda.MetaTableForeignKey¶
This structure represents a foreign key constraint, its contents must not be modified.