Each row in the SYSFKEY system view describes a foreign key constraint in the system. The underlying system table for this view is ISYSFKEY.
Column name | Data type | Description |
---|---|---|
foreign_table_id | UNSIGNED INT | The table number of the foreign table. |
foreign_index_id | UNSIGNED INT | The index number for the foreign key. |
primary_table_id | UNSIGNED INT | The table number of the primary table. |
primary_index_id | UNSIGNED INT | The index number of the primary key. |
match_type | TINYINT |
The matching type for the constraint. Matching types include:
For more information about match types, see the MATCH clause of the CREATE TABLE statement. |
check_on_commit | CHAR(1) | Indicates whether INSERT and UPDATE statements should wait until the COMMIT to check if foreign keys are still valid. |
nulls | CHAR(1) | Indicates whether the columns in the foreign key are allowed to contain the NULL value. This setting is independent of the nulls setting in the columns contained in the foreign key. |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |