MySQL 8.4.0
Source Code Documentation
dd::Check_constraint_order_comparator Struct Reference

Class used to sort check constraints by name for the same table. More...

#include <check_constraint_impl.h>

Public Member Functions

bool operator() (const dd::Check_constraint *cc1, const dd::Check_constraint *cc2) const
 

Detailed Description

Class used to sort check constraints by name for the same table.

Member Function Documentation

◆ operator()()

bool dd::Check_constraint_order_comparator::operator() ( const dd::Check_constraint cc1,
const dd::Check_constraint cc2 
) const
inline

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