public static enum LateralJoinNode.Type extends Enum<LateralJoinNode.Type>
| Modifier and Type | Method and Description |
|---|---|
JoinNode.Type |
toJoinNodeType() |
static LateralJoinNode.Type |
typeConvert(Join.Type joinType) |
static LateralJoinNode.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LateralJoinNode.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LateralJoinNode.Type INNER
public static final LateralJoinNode.Type LEFT
public static final LateralJoinNode.Type RIGHT
public static final LateralJoinNode.Type FULL
public static LateralJoinNode.Type[] values()
for (LateralJoinNode.Type c : LateralJoinNode.Type.values()) System.out.println(c);
public static LateralJoinNode.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic JoinNode.Type toJoinNodeType()
public static LateralJoinNode.Type typeConvert(Join.Type joinType)
Copyright © 2012–2019. All rights reserved.