| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.alter |
| Modifier and Type | Method and Description |
|---|---|
AlterSystemOperation |
AlterSystemStatement.getOperation() |
AlterSystemOperation |
AlterSystemStatement.getOperation() |
static AlterSystemOperation |
AlterSystemOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlterSystemOperation |
AlterSystemOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlterSystemOperation[] |
AlterSystemOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static AlterSystemOperation[] |
AlterSystemOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AlterSystemStatement(AlterSystemOperation operation,
List<String> parameters) |
AlterSystemStatement(AlterSystemOperation operation,
List<String> parameters) |
Copyright © 2004–2023 JSQLParser. All rights reserved.