#include <table.h>
◆ columns
| uint Table_share_foreign_key_info::columns |
◆ delete_rule
◆ fk_name
◆ referenced_column_names
| LEX_CSTRING* Table_share_foreign_key_info::referenced_column_names |
Array with names of referenced columns of the FK.
◆ referenced_table_db
| LEX_CSTRING Table_share_foreign_key_info::referenced_table_db |
◆ referenced_table_name
| LEX_CSTRING Table_share_foreign_key_info::referenced_table_name |
◆ referencing_column_names
| LEX_CSTRING* Table_share_foreign_key_info::referencing_column_names |
Array with names of referencing columns of the FK.
◆ unique_constraint_name
| LEX_CSTRING Table_share_foreign_key_info::unique_constraint_name |
Name of unique key matching FK in parent table, "" if there is no unique key.
◆ update_rule
The documentation for this struct was generated from the following file: