| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.upsert |
| Modifier and Type | Method and Description |
|---|---|
static UpsertType |
UpsertType.from(String type) |
static UpsertType |
UpsertType.from(String type) |
UpsertType |
Upsert.getUpsertType() |
UpsertType |
Upsert.getUpsertType() |
static UpsertType |
UpsertType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpsertType |
UpsertType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpsertType[] |
UpsertType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static UpsertType[] |
UpsertType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Upsert.setUpsertType(UpsertType upsertType) |
void |
Upsert.setUpsertType(UpsertType upsertType) |
Upsert |
Upsert.withUpsertType(UpsertType upsertType) |
Upsert |
Upsert.withUpsertType(UpsertType upsertType) |
Copyright © 2004–2023 JSQLParser. All rights reserved.