StatementOp

ldbc.free.StatementOp
See theStatementOp companion trait
object StatementOp

Attributes

Companion
trait
Source
StatementIO.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class AddBatch[A](sql: String) extends StatementOp[Unit]

Attributes

Source
StatementIO.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
Show all
case object Canceled extends StatementOp[Unit]

Attributes

Source
StatementIO.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait StatementOp[Unit]
class Object
trait Matchable
class Any
Show all
Self type
Canceled.type
final case class Embed[A](e: Embedded[A]) extends StatementOp[A]

Attributes

Source
StatementIO.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
Show all
final case class ExecuteBatch[A]() extends StatementOp[Array[Int]]

Attributes

Source
StatementIO.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ForceR[A, B](fa: StatementIO[A], fb: StatementIO[B]) extends StatementOp[B]

Attributes

Source
StatementIO.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[B]
class Object
trait Matchable
class Any
Show all
final case class HandleErrorWith[A](fa: StatementIO[A], f: Throwable => StatementIO[A]) extends StatementOp[A]

Attributes

Source
StatementIO.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
Show all
case object Monotonic extends StatementOp[FiniteDuration]

Attributes

Source
StatementIO.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Monotonic.type
final case class OnCancel[A](fa: StatementIO[A], fin: StatementIO[Unit]) extends StatementOp[A]

Attributes

Source
StatementIO.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
Show all
final case class Poll1[A](poll: Any, fa: StatementIO[A]) extends StatementOp[A]

Attributes

Source
StatementIO.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
Show all
final case class RaiseError[A](e: Throwable) extends StatementOp[A]

Attributes

Source
StatementIO.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
Show all
case object Realtime extends StatementOp[FiniteDuration]

Attributes

Source
StatementIO.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Realtime.type
final case class Suspend[A](hint: Type, thunk: () => A) extends StatementOp[A]

Attributes

Source
StatementIO.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
Show all
final case class Uncancelable[A](body: (Poll[StatementIO]) => StatementIO[A]) extends StatementOp[A]

Attributes

Source
StatementIO.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait StatementOp[A]
class Object
trait Matchable
class Any
Show all
trait Visitor[F[_]] extends FunctionK[StatementOp, F]

Attributes

Source
StatementIO.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala