| Interface | Description |
|---|---|
| SelectFragment |
This is the common interface for all fragments of a SELECT statement.
|
| SelectVisitor |
| Class | Description |
|---|---|
| FromClause |
This class represents the
FROM clause of an SQL SELECT statement. |
| GroupByClause |
This class represents the GROUP BY clause of an SQL statement.
|
| Join |
This class implements the
Join part of a WHERE clause. |
| LimitClause |
This class represents the limit clause of an SQL statement.
|
| OrderByClause |
This class represents the
ORDER BY clause of an SQL statement. |
| Select |
This class implements an SQL
Select statement. |
| WhereClause |
This class represents the where clause of an SQL statement.
|
| Enum | Description |
|---|---|
| JoinType |
This class represents the
Join types supported by SQL. |
Copyright © 2018–2021. All rights reserved.