Uses of Class
net.sf.jsqlparser.statement.select.Distinct
-
Packages that use Distinct Package Description net.sf.jsqlparser.statement.select -
-
Uses of Distinct in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as Distinct Modifier and Type Field Description private Distinct
PlainSelect. distinct
Methods in net.sf.jsqlparser.statement.select that return Distinct Modifier and Type Method Description Distinct
Distinct. addOnSelectItems(java.util.Collection<? extends SelectItem<?>> onSelectItems)
Distinct
Distinct. addOnSelectItems(SelectItem<?>... onSelectItems)
Distinct
PlainSelect. getDistinct()
Distinct
Distinct. withOnSelectItems(java.util.List<SelectItem<?>> onSelectItems)
Distinct
Distinct. withUseUnique(boolean useUnique)
Methods in net.sf.jsqlparser.statement.select with parameters of type Distinct Modifier and Type Method Description void
PlainSelect. setDistinct(Distinct distinct)
PlainSelect
PlainSelect. withDistinct(Distinct distinct)
-