MySQL 9.0.0
Source Code Documentation
dict_foreign_not_exists Struct Reference

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_setm_foreigns
 

Detailed Description

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

Constructor & Destructor Documentation

◆ dict_foreign_not_exists()

dict_foreign_not_exists::dict_foreign_not_exists ( const dict_foreign_set obj_)
inline

Member Function Documentation

◆ operator()()

bool dict_foreign_not_exists::operator() ( dict_foreign_t *const &  foreign) const
inline

Member Data Documentation

◆ m_foreigns

const dict_foreign_set& dict_foreign_not_exists::m_foreigns
private

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