| Package | Description |
|---|---|
| org.sqlite.parser.ast |
| Modifier and Type | Field | Description |
|---|---|---|
Upsert |
Insert.upsert |
|
Upsert |
InsertTriggerCmd.upsert |
| Constructor | Description |
|---|---|
Insert(With with,
ResolveType orConflict,
QualifiedName tblName,
List<String> columns,
Select select,
Upsert upsert) |
|
InsertTriggerCmd(ResolveType orConflict,
String tblName,
List<String> columns,
Select select,
Upsert upsert) |
Copyright © 2018. All rights reserved.