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
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)
-
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 void
SelectDeParser. deparseDistinctClause(Distinct distinct)
-