| Package | Description |
|---|---|
| org.sqlite.parser.ast |
| Modifier and Type | Field | Description |
|---|---|---|
Indexed |
Delete.indexed |
|
Indexed |
SelectTable.indexed |
|
Indexed |
Update.indexed |
| Modifier and Type | Method | Description |
|---|---|---|
static SelectTable |
SelectTable.table(QualifiedName tblName,
As as,
Indexed indexed) |
| Constructor | Description |
|---|---|
Delete(With with,
QualifiedName tblName,
Indexed indexed,
Expr whereClause,
List<SortedColumn> orderBy,
Limit limit) |
|
Update(With with,
ResolveType orConflict,
QualifiedName tblName,
Indexed indexed,
List<Set> sets,
Expr whereClause,
List<SortedColumn> orderBy,
Limit limit) |
Copyright © 2018. All rights reserved.