Package org.mybatis.dynamic.sql.select
Class QueryExpressionDSL.GroupByFinisher
java.lang.Object
org.mybatis.dynamic.sql.select.QueryExpressionDSL.GroupByFinisher
- All Implemented Interfaces:
Buildable<R>
- Enclosing class:
QueryExpressionDSL<R>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
fetchFirst
(long fetchFirstRows) limit
(long limit) offset
(long offset) orderBy
(Collection<SortSpecification> columns) orderBy
(SortSpecification... columns) union()
unionAll()