SQLInputOp

doobie.free.sqlinput$.SQLInputOp$
See theSQLInputOp companion trait
object SQLInputOp

Attributes

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

Members list

Type members

Classlikes

case object Canceled extends SQLInputOp[Unit]

Attributes

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

Attributes

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

Attributes

Source
sqlinput.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SQLInputOp[B]
class Object
trait Matchable
class Any
Show all
case class FromFuture[A](fut: SQLInputIO[Future[A]]) extends SQLInputOp[A]

Attributes

Source
sqlinput.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SQLInputOp[A]
class Object
trait Matchable
class Any
Show all
case class FromFutureCancelable[A](fut: SQLInputIO[(Future[A], SQLInputIO[Unit])]) extends SQLInputOp[A]

Attributes

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

Attributes

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

Attributes

Source
sqlinput.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
case class OnCancel[A](fa: SQLInputIO[A], fin: SQLInputIO[Unit]) extends SQLInputOp[A]

Attributes

Source
sqlinput.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SQLInputOp[A]
class Object
trait Matchable
class Any
Show all
case class PerformLogging(event: LogEvent) extends SQLInputOp[Unit]

Attributes

Source
sqlinput.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Unit]
class Object
trait Matchable
class Any
Show all
case class Poll1[A](poll: Any, fa: SQLInputIO[A]) extends SQLInputOp[A]

Attributes

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

Attributes

Source
sqlinput.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SQLInputOp[A]
class Object
trait Matchable
class Any
Show all
final case class Raw[A](f: SQLInput => A) extends SQLInputOp[A]

Attributes

Source
sqlinput.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SQLInputOp[A]
class Object
trait Matchable
class Any
Show all
case object ReadArray extends SQLInputOp[Array]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Array]
class Object
trait Matchable
class Any
Show all
Self type
ReadArray.type
case object ReadAsciiStream extends SQLInputOp[InputStream]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[InputStream]
class Object
trait Matchable
class Any
Show all
Self type
case object ReadBigDecimal extends SQLInputOp[BigDecimal]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[BigDecimal]
class Object
trait Matchable
class Any
Show all
Self type
case object ReadBinaryStream extends SQLInputOp[InputStream]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[InputStream]
class Object
trait Matchable
class Any
Show all
Self type
case object ReadBlob extends SQLInputOp[Blob]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Blob]
class Object
trait Matchable
class Any
Show all
Self type
ReadBlob.type
case object ReadBoolean extends SQLInputOp[Boolean]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object ReadByte extends SQLInputOp[Byte]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Byte]
class Object
trait Matchable
class Any
Show all
Self type
ReadByte.type
case object ReadBytes extends SQLInputOp[Array[Byte]]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ReadBytes.type
case object ReadCharacterStream extends SQLInputOp[Reader]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Reader]
class Object
trait Matchable
class Any
Show all
Self type
case object ReadClob extends SQLInputOp[Clob]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Clob]
class Object
trait Matchable
class Any
Show all
Self type
ReadClob.type
case object ReadDate extends SQLInputOp[Date]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Date]
class Object
trait Matchable
class Any
Show all
Self type
ReadDate.type
case object ReadDouble extends SQLInputOp[Double]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ReadDouble.type
case object ReadFloat extends SQLInputOp[Float]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Float]
class Object
trait Matchable
class Any
Show all
Self type
ReadFloat.type
case object ReadInt extends SQLInputOp[Int]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Int]
class Object
trait Matchable
class Any
Show all
Self type
ReadInt.type
case object ReadLong extends SQLInputOp[Long]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Long]
class Object
trait Matchable
class Any
Show all
Self type
ReadLong.type
case object ReadNClob extends SQLInputOp[NClob]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[NClob]
class Object
trait Matchable
class Any
Show all
Self type
ReadNClob.type
case object ReadNString extends SQLInputOp[String]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[String]
class Object
trait Matchable
class Any
Show all
Self type
case object ReadObject extends SQLInputOp[AnyRef]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[AnyRef]
class Object
trait Matchable
class Any
Show all
Self type
ReadObject.type
final case class ReadObject1[T](a: Class[T]) extends SQLInputOp[T]

Attributes

Source
sqlinput.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SQLInputOp[T]
class Object
trait Matchable
class Any
Show all
case object ReadRef extends SQLInputOp[Ref]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Ref]
class Object
trait Matchable
class Any
Show all
Self type
ReadRef.type
case object ReadRowId extends SQLInputOp[RowId]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[RowId]
class Object
trait Matchable
class Any
Show all
Self type
ReadRowId.type
case object ReadSQLXML extends SQLInputOp[SQLXML]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[SQLXML]
class Object
trait Matchable
class Any
Show all
Self type
ReadSQLXML.type
case object ReadShort extends SQLInputOp[Short]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Short]
class Object
trait Matchable
class Any
Show all
Self type
ReadShort.type
case object ReadString extends SQLInputOp[String]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[String]
class Object
trait Matchable
class Any
Show all
Self type
ReadString.type
case object ReadTime extends SQLInputOp[Time]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Time]
class Object
trait Matchable
class Any
Show all
Self type
ReadTime.type
case object ReadTimestamp extends SQLInputOp[Timestamp]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[Timestamp]
class Object
trait Matchable
class Any
Show all
Self type
case object ReadURL extends SQLInputOp[URL]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SQLInputOp[URL]
class Object
trait Matchable
class Any
Show all
Self type
ReadURL.type
case object Realtime extends SQLInputOp[FiniteDuration]

Attributes

Source
sqlinput.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
case class Suspend[A](hint: Type, thunk: () => A) extends SQLInputOp[A]

Attributes

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

Attributes

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

Attributes

Source
sqlinput.scala
Supertypes
trait FunctionK[SQLInputOp, F]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
case object WasNull extends SQLInputOp[Boolean]

Attributes

Source
sqlinput.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
WasNull.type

Inherited 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

Implicits

Implicits

implicit val SQLInputOpEmbeddable: Embeddable[SQLInputOp, SQLInput]

Attributes

Source
sqlinput.scala