FullJoin constant

JoinType const FullJoin

'FULL JOIN' join type

Implementation

static const JoinType FullJoin = const JoinType._(3, 'FULL JOIN');