| Alias |
Simple encapsulation of the alias name of an object in a SQL statement.
|
| FromAdapter |
Adapter for building the FROM clause of a SELECT statement
|
| FromItem |
An entry in the FROM clause
|
| FromSubQueryAdapter |
The FromClause adapter
|
| GroupByAdapter |
The GROUP BY part of a SELECT statement
|
| HavingAdapter |
Represents the "HAVING" part of a SELECT statement.
|
| OrderByAdapter |
The ORDER BY part of a SELECT statement
|
| Select |
|
| SelectAdapter |
An abstract representation of a select statement which can be translated
into an executable select statement.
|
| SelectItem |
A column reference, expression or sub-query item used in the selection list
|
| SelectItemColumn |
An item of the SELECT list which is a simple column reference
|
| SelectItemSubQuery |
Item in a SELECT clause which is itself a sub-query
|
| WhereAdapter |
Adapter to help build the WHERE clause expression.
|