Package | Description |
---|---|
org.sqlite.parser.ast |
Modifier and Type | Field | Description |
---|---|---|
With |
Delete.with |
|
With |
Insert.with |
|
With |
Select.with |
|
With |
Update.with |
Constructor | Description |
---|---|
Delete(With with,
QualifiedName tblName,
Indexed indexed,
Expr whereClause,
List<SortedColumn> orderBy,
Limit limit) |
|
Insert(With with,
ResolveType orConflict,
QualifiedName tblName,
List<String> columns,
Select select,
Upsert upsert) |
|
Select(With with,
SelectBody body,
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.