| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.insert | |
| net.sf.jsqlparser.statement.merge | |
| net.sf.jsqlparser.statement.update | |
| net.sf.jsqlparser.statement.upsert |
| Modifier and Type | Method and Description |
|---|---|
List<UpdateSet> |
Insert.getDuplicateUpdateSets() |
List<UpdateSet> |
Insert.getDuplicateUpdateSets() |
List<UpdateSet> |
Insert.getSetUpdateSets() |
List<UpdateSet> |
Insert.getSetUpdateSets() |
List<UpdateSet> |
InsertConflictAction.getUpdateSets() |
List<UpdateSet> |
InsertConflictAction.getUpdateSets() |
| Modifier and Type | Method and Description |
|---|---|
InsertConflictAction |
InsertConflictAction.addUpdateSet(UpdateSet updateSet) |
InsertConflictAction |
InsertConflictAction.addUpdateSet(UpdateSet updateSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertConflictAction.setUpdateSets(List<UpdateSet> updateSets) |
void |
InsertConflictAction.setUpdateSets(List<UpdateSet> updateSets) |
Insert |
Insert.withDuplicateUpdateSets(List<UpdateSet> duplicateUpdateSets) |
Insert |
Insert.withDuplicateUpdateSets(List<UpdateSet> duplicateUpdateSets) |
Insert |
Insert.withSetUpdateSets(List<UpdateSet> setUpdateSets) |
Insert |
Insert.withSetUpdateSets(List<UpdateSet> setUpdateSets) |
InsertConflictAction |
InsertConflictAction.withUpdateSets(Collection<UpdateSet> updateSets) |
InsertConflictAction |
InsertConflictAction.withUpdateSets(Collection<UpdateSet> updateSets) |
InsertConflictAction |
InsertConflictAction.withUpdateSets(List<UpdateSet> updateSets) |
InsertConflictAction |
InsertConflictAction.withUpdateSets(List<UpdateSet> updateSets) |
| Modifier and Type | Method and Description |
|---|---|
List<UpdateSet> |
MergeUpdate.getUpdateSets() |
List<UpdateSet> |
MergeUpdate.getUpdateSets() |
| Modifier and Type | Method and Description |
|---|---|
MergeUpdate |
MergeUpdate.setUpdateSets(List<UpdateSet> updateSets) |
MergeUpdate |
MergeUpdate.setUpdateSets(List<UpdateSet> updateSets) |
| Constructor and Description |
|---|
MergeUpdate(List<UpdateSet> updateSets) |
MergeUpdate(List<UpdateSet> updateSets) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSet |
Update.getUpdateSet(int index) |
UpdateSet |
Update.getUpdateSet(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<UpdateSet> |
Update.getUpdateSets() |
List<UpdateSet> |
Update.getUpdateSets() |
| Modifier and Type | Method and Description |
|---|---|
Update |
Update.addUpdateSet(UpdateSet updateSet) |
Update |
Update.addUpdateSet(UpdateSet updateSet) |
| Modifier and Type | Method and Description |
|---|---|
static StringBuilder |
UpdateSet.appendUpdateSetsTo(StringBuilder builder,
Collection<UpdateSet> updateSets) |
static StringBuilder |
UpdateSet.appendUpdateSetsTo(StringBuilder builder,
Collection<UpdateSet> updateSets) |
void |
Update.setUpdateSets(List<UpdateSet> updateSets) |
void |
Update.setUpdateSets(List<UpdateSet> updateSets) |
Update |
Update.withUpdateSets(List<UpdateSet> updateSets) |
Update |
Update.withUpdateSets(List<UpdateSet> updateSets) |
| Modifier and Type | Method and Description |
|---|---|
List<UpdateSet> |
Upsert.getDuplicateUpdateSets() |
List<UpdateSet> |
Upsert.getDuplicateUpdateSets() |
List<UpdateSet> |
Upsert.getUpdateSets() |
List<UpdateSet> |
Upsert.getUpdateSets() |
| Modifier and Type | Method and Description |
|---|---|
Upsert |
Upsert.setDuplicateUpdateSets(List<UpdateSet> duplicateUpdateSets) |
Upsert |
Upsert.setDuplicateUpdateSets(List<UpdateSet> duplicateUpdateSets) |
Upsert |
Upsert.setUpdateSets(List<UpdateSet> updateSets) |
Upsert |
Upsert.setUpdateSets(List<UpdateSet> updateSets) |
Copyright © 2004–2024 JSQLParser. All rights reserved.