文件首頁
MySQL 8.4 參考手冊
相關文件 下載本手冊
PDF (美式信紙) - 39.9Mb
PDF (A4) - 40.0Mb
Man Pages (TGZ) - 258.5Kb
Man Pages (Zip) - 365.5Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


25.6.17.37 ndbinfo 的 foreign_keys 表格

foreign_keys 表格提供關於 NDB 表格上外鍵的資訊。此表格包含以下欄位:

  • object_id

    外鍵的物件 ID

  • name

    外鍵的名稱

  • parent_table

    外鍵的父表格名稱

  • parent_columns

    以逗號分隔的父欄位列表

  • child_table

    子表格的名稱

  • child_columns

    以逗號分隔的子欄位列表

  • parent_index

    父索引的名稱

  • child_index

    子索引的名稱

  • on_update_action

    為外鍵指定的 ON UPDATE 動作;為 No ActionRestrictCascadeSet NullSet Default 其中之一

  • on_delete_action

    為外鍵指定的 ON DELETE 動作;為 No ActionRestrictCascadeSet NullSet Default 其中之一