MySQL 9.1.0
Source Code Documentation
|
Function object to check if a foreign key object is there in the given foreign key set or not. More...
#include <dict0mem.h>
Public Member Functions | |
dict_foreign_not_exists (const dict_foreign_set &obj_) | |
bool | operator() (dict_foreign_t *const &foreign) const |
Private Attributes | |
const dict_foreign_set & | m_foreigns |
Function object to check if a foreign key object is there in the given foreign key set or not.
It returns true if the foreign key is not found, false otherwise
|
inline |
|
inline |
|
private |