Source position: fpsqltree.pp line 678
type TSQLJoinType = (
jtNone,
jtInner,
jtLeft,
jtRight,
jtFullOuter
);