Proxy

scalasql.core.Aggregatable.Proxy
class Proxy[Q](val expr: Q) extends Aggregatable[Q]

A reference that aggregations for usage within Select.aggregate, to allow the caller to perform multiple aggregations within a single query.

Attributes

Graph
Supertypes
trait Aggregatable[Q]
trait WithSqlExpr[Q]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def aggregateExpr[V : TypeMapper](f: Q => Context => SqlStr)(implicit evidence$1: TypeMapper[V], qr: Row[Expr[V], V]): Expr[V]

Concrete fields

val expr: Q