Enum sql_ast::ast::JoinOperator [−][src]
pub enum JoinOperator {
Inner(JoinConstraint),
LeftOuter(JoinConstraint),
RightOuter(JoinConstraint),
FullOuter(JoinConstraint),
CrossJoin,
CrossApply,
OuterApply,
}Variants
Inner(JoinConstraint)LeftOuter(JoinConstraint)RightOuter(JoinConstraint)FullOuter(JoinConstraint)CROSS APPLY (non-standard)
OUTER APPLY (non-standard)
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for JoinOperatorimpl Send for JoinOperatorimpl Sync for JoinOperatorimpl Unpin for JoinOperatorimpl UnwindSafe for JoinOperatorBlanket Implementations
Mutably borrows from an owned value. Read more