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