Package | Description |
---|---|
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.redshift |
Modifier and Type | Method and Description |
---|---|
EAlterGroup |
TAlterGroup.getAlterGroupType() |
Modifier and Type | Method and Description |
---|---|
void |
TAlterGroup.setAlterGroupType(EAlterGroup alterGroupType) |
Modifier and Type | Method and Description |
---|---|
static EAlterGroup |
EAlterGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAlterGroup[] |
EAlterGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|