| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp2.island |
| Modifier and Type | Method and Description |
|---|---|
IncompleteReason |
IslandScope.getReason() |
static IncompleteReason |
IncompleteReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncompleteReason[] |
IncompleteReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IslandScope(IslandKind kind,
int startIndex,
int endIndex,
int sqlLevel,
boolean complete,
IncompleteReason reason) |