|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QuerySpecification
This syntax element represents the single SELECT statement.
QuerySpecificationBuilder,
SelectColumnClause,
FromClause,
BooleanExpression,
GroupByClause,
OrderByClause| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.query.QueryExpressionBody |
|---|
QueryExpressionBody.EmptyQueryExpressionBody |
| Method Summary | |
|---|---|
SelectColumnClause |
getColumns()
Returns the columns in this SELECT statement. |
FromClause |
getFrom()
Returns the FROM clause of this SELECT statement. |
GroupByClause |
getGroupBy()
Returns the GROUP BY clause of this SELECT statement. |
BooleanExpression |
getHaving()
Returns the grouping condition for GROUP BY clause of this SELECT statement. |
OrderByClause |
getOrderBy()
Returns the ORDER BY clause of this SELECT statement. |
BooleanExpression |
getWhere()
Returns the search condition for resulting rows of this SELECT statement. |
| Methods inherited from interface org.atp.api.Typeable |
|---|
getImplementedType |
| Method Detail |
|---|
SelectColumnClause getColumns()
SELECT statement.
SELECT statement.FromClause getFrom()
FROM clause of this SELECT statement.
FROM clause of this SELECT statement.BooleanExpression getWhere()
SELECT statement.
SELECT statement.GroupByClause getGroupBy()
GROUP BY clause of this SELECT statement.
GROUP BY clause of this SELECT statement.BooleanExpression getHaving()
GROUP BY clause of this SELECT statement.
GROUP BY clause of this SELECT statement.OrderByClause getOrderBy()
ORDER BY clause of this SELECT statement.
ORDER BY clause of this SELECT statement.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||