DelegateQueryable

scalasql.query.Query.DelegateQueryable
trait DelegateQueryable[Q, R] extends Query[R], WithSqlExpr[Q]

Configuration for a Query that wraps an expr Q and Queryable

Attributes

Graph
Supertypes
trait WithSqlExpr[Q]
trait Query[R]
trait Renderable
class Object
trait Matchable
class Any
Show all
Known subtypes
class Aggregate[Q, R]
trait Returning[Q, R]
class Impl[Q, R]
class Impl0[Q, R]
class InsertImpl[Q, R]
trait Select[Q, R]
trait Proxy[Q, R]
class CompoundSelect[Q, R]
class Values[Q, R]
class WithCte[Q, R]
class Proxy[Q, R]
class SimpleSelect[Q, R]
Show all

Members list

Value members

Abstract methods

protected def qr: Queryable[Q, _]

Concrete methods

override protected def queryIsExecuteUpdate: Boolean

Attributes

Definition Classes
override protected def queryIsSingleRow: Boolean

Attributes

Definition Classes
protected def queryWalkExprs(): Seq[Expr[_]]
protected def queryWalkLabels(): Seq[List[String]]