Query

scalasql.query.Query
See theQuery companion object
trait Query[R] extends Renderable

A SQL Query, either a Query.Multiple that returns multiple rows, or a Query.Single that returns a single row

Attributes

Companion
object
Graph
Supertypes
trait Renderable
class Object
trait Matchable
class Any
Known subtypes
trait GetGeneratedKeys[Q, R]
class Impl[Q, R]
trait DelegateQuery[R]
class Ignore[Q, R]
class Update[Q, R]
class Single[R]
trait DelegateQueryable[Q, R]
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]
trait ExecuteUpdate[R]
trait Delete[Q]
class Impl[Q]
trait InsertColumns[V, R]
class Impl[V, R]
trait InsertSelect[V, C, R, R2]
class Impl[V, C, R, R2]
trait InsertValues[V, R]
class Impl[V, R]
trait Update[Q, R]
class Impl[Q, R]
Show all
In this article