| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.insert |
| Modifier and Type | Method and Description |
|---|---|
static ConflictActionType |
ConflictActionType.from(String type) |
static ConflictActionType |
ConflictActionType.from(String type) |
ConflictActionType |
InsertConflictAction.getConflictActionType() |
ConflictActionType |
InsertConflictAction.getConflictActionType() |
static ConflictActionType |
ConflictActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictActionType |
ConflictActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictActionType[] |
ConflictActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ConflictActionType[] |
ConflictActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InsertConflictAction.setConflictActionType(ConflictActionType conflictActionType) |
void |
InsertConflictAction.setConflictActionType(ConflictActionType conflictActionType) |
InsertConflictAction |
InsertConflictAction.withConflictActionType(ConflictActionType conflictActionType) |
InsertConflictAction |
InsertConflictAction.withConflictActionType(ConflictActionType conflictActionType) |
| Constructor and Description |
|---|
InsertConflictAction(ConflictActionType conflictActionType) |
InsertConflictAction(ConflictActionType conflictActionType) |
Copyright © 2004–2023 JSQLParser. All rights reserved.