Uses of Class
org.sqlite.parser.ast.OneSelect
Packages that use OneSelect
-
Uses of OneSelect in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast declared as OneSelectModifier and TypeFieldDescriptionfinal OneSelect
CompoundSelect.select
final OneSelect
SelectBody.select
Methods in org.sqlite.parser.ast with parameters of type OneSelectConstructors in org.sqlite.parser.ast with parameters of type OneSelectModifierConstructorDescriptionCompoundSelect
(CompoundOperator operator, OneSelect select) SelectBody
(OneSelect select, List<CompoundSelect> compounds)