| 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 
 | 
| FromClause | 
 The FromClause SQL definition 
 | 
| FromItem | 
 An entry in the FROM clause 
 | 
| FromItemSelect | 
 Represents a table referenced in the from list 
 | 
| FromItemTable | 
 Represents a table referenced in the from list 
 | 
| FromSubQueryAdapter | 
 The FromClause adapter 
 | 
| GroupByAdapter | 
 The GROUP BY part of a SELECT statement 
 | 
| GroupByClause | 
 Refers to the GroupByClause behavior 
 | 
| HavingAdapter | 
 Represents the "HAVING" part of a SELECT statement. 
 | 
| HavingClause | 
 Manages the Having Clause 
 | 
| OrderByAdapter | 
 The ORDER BY part of a SELECT statement 
 | 
| OrderByClause | 
 The OrderByClause SQL definition 
 | 
| 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 
 | 
| SelectList | 
 Represents the list of columns, expressions or sub-queries being selected
 from one or more tables (or subqueries) 
 | 
| SqlConstants | 
 Some useful constants for building SQL statements 
 | 
| WhereAdapter | 
 Adapter to help build the WHERE clause expression. 
 | 
| WhereClause | 
 The WhereClause SQL definition 
 |