SqlAggFuncExpr
easysql.ast.expr.SqlAggFuncExpr
case class SqlAggFuncExpr(name: String, args: List[SqlExpr], distinct: Boolean, attrs: Map[String, SqlExpr], orderBy: List[SqlOrderBy]) extends SqlExpr
Attributes
- Graph
-
- Supertypes
Members list
In this article