Uses of Class
net.sf.jsqlparser.statement.select.Distinct
-
Packages that use Distinct Package Description net.sf.jsqlparser.statement.select net.sf.jsqlparser.util.deparser -
-
Uses of Distinct in net.sf.jsqlparser.statement.select
Methods in net.sf.jsqlparser.statement.select that return Distinct Modifier and Type Method Description DistinctDistinct. addOnSelectItems(Collection<? extends SelectItem<?>> onSelectItems)DistinctDistinct. addOnSelectItems(SelectItem<?>... onSelectItems)DistinctPlainSelect. getDistinct()DistinctDistinct. withOnSelectItems(List<SelectItem<?>> onSelectItems)DistinctDistinct. withUseUnique(boolean useUnique)Methods in net.sf.jsqlparser.statement.select with parameters of type Distinct Modifier and Type Method Description voidPlainSelect. setDistinct(Distinct distinct)PlainSelectPlainSelect. withDistinct(Distinct distinct) -
Uses of Distinct in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type Distinct Modifier and Type Method Description protected voidSelectDeParser. deparseDistinctClause(Distinct distinct)
-