Packages

object SQLInputOp

Source
sqlinput.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLInputOp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Embed[A](e: Embedded[A]) extends SQLInputOp[A] with Product with Serializable
  2. case class ForceR[A, B](fa: SQLInputIO[A], fb: SQLInputIO[B]) extends SQLInputOp[B] with Product with Serializable
  3. case class FromFuture[A](fut: SQLInputIO[Future[A]]) extends SQLInputOp[A] with Product with Serializable
  4. final case class HandleErrorWith[A](fa: SQLInputIO[A], f: (Throwable) ⇒ SQLInputIO[A]) extends SQLInputOp[A] with Product with Serializable
  5. case class OnCancel[A](fa: SQLInputIO[A], fin: SQLInputIO[Unit]) extends SQLInputOp[A] with Product with Serializable
  6. case class Poll1[A](poll: Any, fa: SQLInputIO[A]) extends SQLInputOp[A] with Product with Serializable
  7. final case class RaiseError[A](e: Throwable) extends SQLInputOp[A] with Product with Serializable
  8. final case class Raw[A](f: (SQLInput) ⇒ A) extends SQLInputOp[A] with Product with Serializable
  9. final case class ReadObject1[T](a: Class[T]) extends SQLInputOp[T] with Product with Serializable
  10. case class Suspend[A](hint: Type, thunk: () ⇒ A) extends SQLInputOp[A] with Product with Serializable
  11. case class Uncancelable[A](body: (Poll[SQLInputIO]) ⇒ SQLInputIO[A]) extends SQLInputOp[A] with Product with Serializable
  12. trait Visitor[F[_]] extends ~>[SQLInputOp, F]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val SQLInputOpEmbeddable: Embeddable[SQLInputOp, SQLInput]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. object Canceled extends SQLInputOp[Unit] with Product with Serializable
  21. object Monotonic extends SQLInputOp[FiniteDuration] with Product with Serializable
  22. object ReadArray extends SQLInputOp[Array] with Product with Serializable
  23. object ReadAsciiStream extends SQLInputOp[InputStream] with Product with Serializable
  24. object ReadBigDecimal extends SQLInputOp[BigDecimal] with Product with Serializable
  25. object ReadBinaryStream extends SQLInputOp[InputStream] with Product with Serializable
  26. object ReadBlob extends SQLInputOp[Blob] with Product with Serializable
  27. object ReadBoolean extends SQLInputOp[Boolean] with Product with Serializable
  28. object ReadByte extends SQLInputOp[Byte] with Product with Serializable
  29. object ReadBytes extends SQLInputOp[Array[Byte]] with Product with Serializable
  30. object ReadCharacterStream extends SQLInputOp[Reader] with Product with Serializable
  31. object ReadClob extends SQLInputOp[Clob] with Product with Serializable
  32. object ReadDate extends SQLInputOp[Date] with Product with Serializable
  33. object ReadDouble extends SQLInputOp[Double] with Product with Serializable
  34. object ReadFloat extends SQLInputOp[Float] with Product with Serializable
  35. object ReadInt extends SQLInputOp[Int] with Product with Serializable
  36. object ReadLong extends SQLInputOp[Long] with Product with Serializable
  37. object ReadNClob extends SQLInputOp[NClob] with Product with Serializable
  38. object ReadNString extends SQLInputOp[String] with Product with Serializable
  39. object ReadObject extends SQLInputOp[AnyRef] with Product with Serializable
  40. object ReadRef extends SQLInputOp[Ref] with Product with Serializable
  41. object ReadRowId extends SQLInputOp[RowId] with Product with Serializable
  42. object ReadSQLXML extends SQLInputOp[SQLXML] with Product with Serializable
  43. object ReadShort extends SQLInputOp[Short] with Product with Serializable
  44. object ReadString extends SQLInputOp[String] with Product with Serializable
  45. object ReadTime extends SQLInputOp[Time] with Product with Serializable
  46. object ReadTimestamp extends SQLInputOp[Timestamp] with Product with Serializable
  47. object ReadURL extends SQLInputOp[URL] with Product with Serializable
  48. object Realtime extends SQLInputOp[FiniteDuration] with Product with Serializable
  49. object WasNull extends SQLInputOp[Boolean] with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped