MySQL 8.4.1
Source Code Documentation
dict_foreign_with_index Struct Reference

A function object to find a foreign key with the given index as the referenced index. More...

#include <dict0mem.h>

Public Member Functions

 dict_foreign_with_index (const dict_index_t *index)
 
bool operator() (const dict_foreign_t *foreign) const
 

Public Attributes

const dict_index_tm_index
 

Detailed Description

A function object to find a foreign key with the given index as the referenced index.

Return the foreign key with matching criteria or NULL

Constructor & Destructor Documentation

◆ dict_foreign_with_index()

dict_foreign_with_index::dict_foreign_with_index ( const dict_index_t index)
inline

Member Function Documentation

◆ operator()()

bool dict_foreign_with_index::operator() ( const dict_foreign_t foreign) const
inline

Member Data Documentation

◆ m_index

const dict_index_t* dict_foreign_with_index::m_index

The documentation for this struct was generated from the following file: