MCPcopy Create free account
hub / github.com/MariaDB/server / get_foreign_key_list

Method get_foreign_key_list

sql/handler.h:4699–4701  ·  view source on GitHub ↗

Get the list of foreign keys in this table. @remark Returns the set of foreign keys where this table is the dependent or child table. @param thd The thread handle. @param f_key_list[out] The list of foreign keys. @return The handler error code or zero for success. */

Source from the content-addressed store, hash-verified

4697 @return The handler error code or zero for success.
4698 */
4699 virtual int
4700 get_foreign_key_list(THD *thd, List<FOREIGN_KEY_INFO> *f_key_list)
4701 { return 0; }
4702 /**
4703 Get the list of foreign keys referencing this table.
4704

Calls

no outgoing calls

Tested by

no test coverage detected