MySQL 8.3.0
Source Code Documentation
dict_foreign_set_free Struct Reference

The destructor will free all the foreign key constraints in the set by calling dict_foreign_free() on each of the foreign key constraints. More...

#include <dict0mem.h>

Public Member Functions

 dict_foreign_set_free (const dict_foreign_set &foreign_set)
 
 ~dict_foreign_set_free ()
 

Public Attributes

const dict_foreign_setm_foreign_set
 

Detailed Description

The destructor will free all the foreign key constraints in the set by calling dict_foreign_free() on each of the foreign key constraints.

This is used to free the allocated memory when a local set goes out of scope.

Constructor & Destructor Documentation

◆ dict_foreign_set_free()

dict_foreign_set_free::dict_foreign_set_free ( const dict_foreign_set foreign_set)
inline

◆ ~dict_foreign_set_free()

dict_foreign_set_free::~dict_foreign_set_free ( )
inline

Member Data Documentation

◆ m_foreign_set

const dict_foreign_set& dict_foreign_set_free::m_foreign_set

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