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