public enum LocationNullReason extends Enum<LocationNullReason>
null sourceLocation
(lineage2-contract.md §6 — no fabricated positions).
Internal API: not part of the public gsqlparser surface.
| Enum Constant and Description |
|---|
CATALOG_SYNTHESIZED |
CONSTANT_FOLDED |
DYNAMIC_SQL_FRAGMENT |
ENGINE_COMPOSED |
NOT_APPLICABLE |
STAR_EXPANSION |
| Modifier and Type | Method and Description |
|---|---|
static LocationNullReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationNullReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationNullReason STAR_EXPANSION
public static final LocationNullReason CATALOG_SYNTHESIZED
public static final LocationNullReason ENGINE_COMPOSED
public static final LocationNullReason CONSTANT_FOLDED
public static final LocationNullReason DYNAMIC_SQL_FRAGMENT
public static final LocationNullReason NOT_APPLICABLE
public static LocationNullReason[] values()
for (LocationNullReason c : LocationNullReason.values()) System.out.println(c);
public static LocationNullReason 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 null