|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PgSQLQuerySpecification
This syntax element represents the query specification in PostgreSQL. It adds the LimitClause and
OffsetClause to standard query components.
PgSQLQuerySpecificationBuilder| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.query.QueryExpressionBody |
|---|
QueryExpressionBody.EmptyQueryExpressionBody |
| Method Summary | |
|---|---|
LimitClause |
getLimit()
Returns the LimitClause of this query. |
OffsetClause |
getOffset()
Returns the OffsetClause of this query. |
| Methods inherited from interface org.sql.generation.api.grammar.query.QuerySpecification |
|---|
getColumns, getFrom, getGroupBy, getHaving, getOrderBy, getWhere |
| Methods inherited from interface org.atp.api.Typeable |
|---|
getImplementedType |
| Method Detail |
|---|
LimitClause getLimit()
LimitClause of this query.
LimitClause of this query.OffsetClause getOffset()
OffsetClause of this query.
OffsetClause of this query.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||