| Package | Description |
|---|---|
| net.sf.jsqlparser.statement |
| Modifier and Type | Method and Description |
|---|---|
DeclareType |
DeclareStatement.getDeclareType() |
DeclareType |
DeclareStatement.getType()
Deprecated.
|
static DeclareType |
DeclareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeclareType[] |
DeclareType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeclareStatement.setDeclareType(DeclareType declareType) |
DeclareStatement |
DeclareStatement.withDeclareType(DeclareType declareType) |
Copyright © 2004–2022 JSQLParser. All rights reserved.