See: Description
Class | Description |
---|---|
JoinBuilder |
Generates SQL for joins.
|
OrderBy |
An order by clause.
|
Query |
Contains the various parts of a SQL statement (select, update or delete).
|
SqlBuilder |
Factored out code that is used to process SQL tables.
|
WhereClauseExpression |
The raw values for a part of the where clause of a SQL statement,
either of the form lValue operator rValue, e.g.
|
Enum | Description |
---|---|
Query.Type |
All types of the statement.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.