Single

scalasql.query.Query.Single
class Single[R](val query: Query[Seq[R]]) extends DelegateQuery[R]

A Query that wraps another Query but sets queryIsSingleRow to true

Attributes

Graph
Supertypes
trait DelegateQuery[R]
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:
DelegateQuery
protected def queryWalkExprs(): Seq[Expr[_]]

Attributes

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

Attributes

Inherited from:
DelegateQuery