MySQL 9.1.0
Source Code Documentation
|
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_t * | m_index |
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
|
inline |
|
inline |
const dict_index_t* dict_foreign_with_index::m_index |