Uses of Class
net.sf.jsqlparser.statement.select.Distinct
Packages that use Distinct
-
Uses of Distinct in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as DistinctMethods in net.sf.jsqlparser.statement.select that return DistinctModifier and TypeMethodDescriptionDistinct.addOnSelectItems
(Collection<? extends SelectItem<?>> onSelectItems) Distinct.addOnSelectItems
(SelectItem<?>... onSelectItems) PlainSelect.getDistinct()
Distinct.withOnSelectItems
(List<SelectItem<?>> onSelectItems) Distinct.withUseUnique
(boolean useUnique) Methods in net.sf.jsqlparser.statement.select with parameters of type DistinctModifier and TypeMethodDescriptionvoid
PlainSelect.setDistinct
(Distinct distinct) PlainSelect.withDistinct
(Distinct distinct)