public final class Select extends ValueObject implements Relation
Modifier and Type | Field and Description |
---|---|
boolean |
distinct |
List<Relation> |
from |
GroupBy |
groupBy |
OrderBy |
orderBy |
List<Projection> |
projections |
Expression |
where |
Constructor and Description |
---|
Select(boolean distinct,
List<Projection> projections,
List<Relation> from,
Expression where,
GroupBy groupBy,
OrderBy orderBy) |
public final boolean distinct
public final List<Projection> projections
public final Expression where
public final GroupBy groupBy
public final OrderBy orderBy
public Select(boolean distinct, List<Projection> projections, List<Relation> from, Expression where, GroupBy groupBy, OrderBy orderBy)
Copyright © 2013–2016 jparsec. All rights reserved.