DBIOA

ldbc.dsl.DBIOA
sealed trait DBIOA[A]

A trait that represents the execution of a query.

Type parameters

A

The result type of the query

Attributes

Source
DBIO.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class HandleErrorWith[A]
class Pure[A]
class QueryA[A]
class QueryTo[G, A]
class RaiseError[A]
class Returning[A]
class Sequence
class Update
Show all
In this article