Package com.exasol.sql.dql.select
-
Interface Summary Interface Description SelectFragment This is the common interface for all fragments of a SELECT statement.SelectVisitor Visitor forSELECTSQL statements. -
Class Summary Class Description FromClause This class represents theFROMclause of an SQLSELECTstatement.GroupByClause This class represents the GROUP BY clause of an SQL statement.Join This class implements theJoinpart of a WHERE clause.LimitClause This class represents the limit clause of an SQL statement.OrderByClause This class represents theORDER BYclause of an SQL statement.Select This class implements an SQLSelectstatement.WhereClause This class represents the where clause of an SQL statement. -
Enum Summary Enum Description JoinType This class represents theJointypes supported by SQL.