-
public final class QueryAggFunction extends Query
查询dsl使用的聚合函数类型,用于装入ast包的sql语法树中
-
-
Method Summary
Modifier and Type Method Description final StringgetName()final List<Query>getArgs()final BooleangetDistinct()final Map<String, Query>getAttributes()final List<OrderBy>getOrderBy()StringgetAlias()UnitsetAlias(String alias)final QueryOverover()用于生成窗口函数 例如:count(). -
Methods inherited from class dsl.QueryAggFunction
alias, and, asc, between, desc, div, div, eq, eq, eq, ge, ge, ge, gt, gt, gt, inList, inList, isNotNull, isNull, json, json, jsonText, jsonText, le, le, le, like, like, lt, lt, lt, minus, minus, ne, ne, ne, notBetween, notInList, notInList, notLike, notLike, or, plus, plus, rem, rem, times, times, xor -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDistinct
final Boolean getDistinct()
-
getAttributes
final Map<String, Query> getAttributes()
-
getOrderBy
final List<OrderBy> getOrderBy()
-
-
-
-