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 Embed[A](e: Embedded[A]) extends SQLDataOp[A] with Product with Serializable
- case class ForceR[A, B](fa: SQLDataIO[A], fb: SQLDataIO[B]) extends SQLDataOp[B] with Product with Serializable
- case class FromFuture[A](fut: SQLDataIO[Future[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
- case class OnCancel[A](fa: SQLDataIO[A], fin: SQLDataIO[Unit]) extends SQLDataOp[A] with Product with Serializable
- case class Poll1[A](poll: Any, fa: 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
- case class Suspend[A](hint: Type, thunk: () ⇒ A) extends SQLDataOp[A] with Product with Serializable
- case class Uncancelable[A](body: (Poll[SQLDataIO]) ⇒ SQLDataIO[A]) extends SQLDataOp[A] 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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Canceled extends SQLDataOp[Unit] with Product with Serializable
- object GetSQLTypeName extends SQLDataOp[String] with Product with Serializable
- object Monotonic extends SQLDataOp[FiniteDuration] with Product with Serializable
- object Realtime extends SQLDataOp[FiniteDuration] with Product with Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated