object SQLDataOp
- Source
- sqldata.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SQLDataOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Async1[A](k: ((Either[Throwable, A]) => Unit) => Unit) extends SQLDataOp[A] with Product with Serializable
- final case class AsyncF[A](k: ((Either[Throwable, A]) => Unit) => SQLDataIO[Unit]) extends SQLDataOp[A] with Product with Serializable
- final case class BracketCase[A, B](acquire: SQLDataIO[A], use: (A) => SQLDataIO[B], release: (A, ExitCase[Throwable]) => SQLDataIO[Unit]) extends SQLDataOp[B] with Product with Serializable
- final case class Delay[A](a: () => A) extends SQLDataOp[A] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends SQLDataOp[A] with Product with Serializable
- final case class EvalOn[A](ec: ExecutionContext, fa: SQLDataIO[A]) extends SQLDataOp[A] with Product with Serializable
- final case class HandleErrorWith[A](fa: SQLDataIO[A], f: (Throwable) => SQLDataIO[A]) extends SQLDataOp[A] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends SQLDataOp[A] with Product with Serializable
- final case class Raw[A](f: (SQLData) => A) extends SQLDataOp[A] with Product with Serializable
- final case class ReadSQL(a: SQLInput, b: String) extends SQLDataOp[Unit] with Product with Serializable
- trait Visitor[F[_]] extends ~>[SQLDataOp, F]
- final case class WriteSQL(a: SQLOutput) extends SQLDataOp[Unit] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val SQLDataOpEmbeddable: Embeddable[SQLDataOp, SQLData]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object GetSQLTypeName extends SQLDataOp[String] with Product with Serializable
- object Shift extends SQLDataOp[Unit] with Product with Serializable