Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ system tables

 

sysfkcol system table

Each row in the sysfkcol system table describes a foreign key column.

Column name Column type Description
table_id INTEGER A unique identifier for the table to which the foreign key applies.
foreign_key_id INTEGER A unique identifier for the foreign key that this column belongs to.
item_no SHORT The order of the column in the foreign key.
column_id INTEGER A unique identifier of the table column that refers to the foreign column.
foreign_column_id INTEGER A unique identifier of the table column that is being referred to.
Constraints

PRIMARY KEY (table_id, foreign_key_id, item_no)