MySQL 8.0.37
Source Code Documentation
join_type.h File Reference

Go to the source code of this file.

Enumerations

enum class  JoinType {
  INNER , OUTER , ANTI , SEMI ,
  FULL_OUTER
}
 

Enumeration Type Documentation

◆ JoinType

enum class JoinType
strong
Enumerator
INNER 
OUTER 
ANTI 
SEMI 
FULL_OUTER