Table of Contents

Enum EJoinType

Namespace
gudusoft.gsqlparser
Assembly
gudusoft.gsqlparser.dll
public enum EJoinType

Fields

cross = 0
crossapply = 9
full = 2
fullouter = 5
inner = 8
join = 22
left = 3
leftouter = 6
leftsemi = 21
natural = 1
natural_full = 14
natural_fullouter = 15
natural_inner = 16
natural_left = 17
natural_leftouter = 19
natural_right = 18
natural_rightouter = 20
nested = 13
outerapply = 10
right = 4
rightouter = 7
straight = 11
union = 12