| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp2.island |
| Modifier and Type | Method and Description |
|---|---|
IslandKind |
IslandScope.getKind() |
static IslandKind |
IslandKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IslandKind[] |
IslandKind.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) |