AggFunctionExpr
org.easysql.dsl.AggFunctionExpr
case class AggFunctionExpr[T <: SqlDataType](name: String, args: List[Expr[_]], distinct: Boolean, attributes: Map[String, Expr[_]], orderBy: List[OrderBy]) extends Expr[T]
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Expr[T]trait SelectItem[T]class Objecttrait Matchableclass Any
Members list
Concise view
Value members
Inherited methods
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
infix def between[V <: T](between: (V | Expr[V] | SelectQuery[(V), _], V | Expr[V] | SelectQuery[(V), _])): Expr[Boolean]
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
infix def notBetween[V <: T](between: (V | Expr[V] | SelectQuery[(V), _], V | Expr[V] | SelectQuery[(V), _])): Expr[Boolean]
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr