Aggregate

scalasql.query.Aggregate
class Aggregate[Q, R](toSqlStr0: Context => SqlStr, construct0: ResultSetIterator => R, val expr: Q, val qr: Queryable[Q, R]) extends DelegateQueryable[Q, R]

Attributes

Graph
Supertypes
trait DelegateQueryable[Q, R]
trait WithSqlExpr[Q]
trait Query[R]
trait Renderable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override protected def queryIsExecuteUpdate: Boolean

Attributes

Definition Classes
Inherited from:
DelegateQueryable
protected def queryWalkExprs(): Seq[Expr[_]]

Attributes

Inherited from:
DelegateQueryable
protected def queryWalkLabels(): Seq[List[String]]

Attributes

Inherited from:
DelegateQueryable