Package | Description |
---|---|
org.sqlite.parser.ast |
Modifier and Type | Field | Description |
---|---|---|
Limit |
Delete.limit |
|
Limit |
Select.limit |
|
Limit |
Update.limit |
Constructor | Description |
---|---|
Delete(With with,
QualifiedName tblName,
Indexed indexed,
Expr whereClause,
List<SortedColumn> orderBy,
Limit limit) |
|
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.