MySQL 9.0.0
Source Code Documentation
CompanionSet::EqualTerm Struct Reference

This represents equality between a set of fields, i.e. More...

Public Attributes

FieldArrayfields
 The fields that are equal to each other. More...
 
table_map tables
 A map of all tables in 'fields'. More...
 

Detailed Description

This represents equality between a set of fields, i.e.

"t1.f1=t2.f2...=tN.fN".

Member Data Documentation

◆ fields

FieldArray* CompanionSet::EqualTerm::fields

The fields that are equal to each other.

◆ tables

table_map CompanionSet::EqualTerm::tables

A map of all tables in 'fields'.


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