Uses of Class
org.sqlite.parser.ast.Limit
Packages that use Limit
-
Uses of Limit in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast declared as LimitModifier and TypeFieldDescriptionfinal Limit
Delete.limit
final Limit
Select.limit
final Limit
Update.limit
Constructors in org.sqlite.parser.ast with parameters of type LimitModifierConstructorDescriptionDelete
(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)