| Package | Description |
|---|---|
| gudusoft.gsqlparser.stmt.snowflake |
| Modifier and Type | Method and Description |
|---|---|
static SnowflakeUseTarget |
SnowflakeUseTarget.of(TSourceTokenList tokens,
int usePos)
Classify a keyword-less
USE. |
static SnowflakeUseTarget |
SnowflakeUseTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnowflakeUseTarget[] |
SnowflakeUseTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|