| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.insert |
| Modifier and Type | Method and Description |
|---|---|
InsertModifierPriority |
Insert.getModifierPriority() |
static InsertModifierPriority |
InsertModifierPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsertModifierPriority[] |
InsertModifierPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Insert.setModifierPriority(InsertModifierPriority modifierPriority) |
Insert |
Insert.withModifierPriority(InsertModifierPriority modifierPriority) |
Copyright © 2004–2021 JSQLParser. All rights reserved.