Packages

object SQLOutputOp

Source
sqloutput.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLOutputOp
  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 SQLOutputOp[A] with Product with Serializable
  2. case class ForceR[A, B](fa: SQLOutputIO[A], fb: SQLOutputIO[B]) extends SQLOutputOp[B] with Product with Serializable
  3. case class FromFuture[A](fut: SQLOutputIO[Future[A]]) extends SQLOutputOp[A] with Product with Serializable
  4. case class FromFutureCancelable[A](fut: SQLOutputIO[(Future[A], SQLOutputIO[Unit])]) extends SQLOutputOp[A] with Product with Serializable
  5. final case class HandleErrorWith[A](fa: SQLOutputIO[A], f: (Throwable) ⇒ SQLOutputIO[A]) extends SQLOutputOp[A] with Product with Serializable
  6. case class OnCancel[A](fa: SQLOutputIO[A], fin: SQLOutputIO[Unit]) extends SQLOutputOp[A] with Product with Serializable
  7. case class PerformLogging(event: LogEvent) extends SQLOutputOp[Unit] with Product with Serializable
  8. case class Poll1[A](poll: Any, fa: SQLOutputIO[A]) extends SQLOutputOp[A] with Product with Serializable
  9. final case class RaiseError[A](e: Throwable) extends SQLOutputOp[A] with Product with Serializable
  10. final case class Raw[A](f: (SQLOutput) ⇒ A) extends SQLOutputOp[A] with Product with Serializable
  11. case class Suspend[A](hint: Type, thunk: () ⇒ A) extends SQLOutputOp[A] with Product with Serializable
  12. case class Uncancelable[A](body: (Poll[SQLOutputIO]) ⇒ SQLOutputIO[A]) extends SQLOutputOp[A] with Product with Serializable
  13. trait Visitor[F[_]] extends ~>[SQLOutputOp, F]
  14. final case class WriteArray(a: Array) extends SQLOutputOp[Unit] with Product with Serializable
  15. final case class WriteAsciiStream(a: InputStream) extends SQLOutputOp[Unit] with Product with Serializable
  16. final case class WriteBigDecimal(a: BigDecimal) extends SQLOutputOp[Unit] with Product with Serializable
  17. final case class WriteBinaryStream(a: InputStream) extends SQLOutputOp[Unit] with Product with Serializable
  18. final case class WriteBlob(a: Blob) extends SQLOutputOp[Unit] with Product with Serializable
  19. final case class WriteBoolean(a: Boolean) extends SQLOutputOp[Unit] with Product with Serializable
  20. final case class WriteByte(a: Byte) extends SQLOutputOp[Unit] with Product with Serializable
  21. final case class WriteBytes(a: Array[Byte]) extends SQLOutputOp[Unit] with Product with Serializable
  22. final case class WriteCharacterStream(a: Reader) extends SQLOutputOp[Unit] with Product with Serializable
  23. final case class WriteClob(a: Clob) extends SQLOutputOp[Unit] with Product with Serializable
  24. final case class WriteDate(a: Date) extends SQLOutputOp[Unit] with Product with Serializable
  25. final case class WriteDouble(a: Double) extends SQLOutputOp[Unit] with Product with Serializable
  26. final case class WriteFloat(a: Float) extends SQLOutputOp[Unit] with Product with Serializable
  27. final case class WriteInt(a: Int) extends SQLOutputOp[Unit] with Product with Serializable
  28. final case class WriteLong(a: Long) extends SQLOutputOp[Unit] with Product with Serializable
  29. final case class WriteNClob(a: NClob) extends SQLOutputOp[Unit] with Product with Serializable
  30. final case class WriteNString(a: String) extends SQLOutputOp[Unit] with Product with Serializable
  31. final case class WriteObject(a: AnyRef, b: SQLType) extends SQLOutputOp[Unit] with Product with Serializable
  32. final case class WriteObject1(a: SQLData) extends SQLOutputOp[Unit] with Product with Serializable
  33. final case class WriteRef(a: Ref) extends SQLOutputOp[Unit] with Product with Serializable
  34. final case class WriteRowId(a: RowId) extends SQLOutputOp[Unit] with Product with Serializable
  35. final case class WriteSQLXML(a: SQLXML) extends SQLOutputOp[Unit] with Product with Serializable
  36. final case class WriteShort(a: Short) extends SQLOutputOp[Unit] with Product with Serializable
  37. final case class WriteString(a: String) extends SQLOutputOp[Unit] with Product with Serializable
  38. final case class WriteStruct(a: Struct) extends SQLOutputOp[Unit] with Product with Serializable
  39. final case class WriteTime(a: Time) extends SQLOutputOp[Unit] with Product with Serializable
  40. final case class WriteTimestamp(a: Timestamp) extends SQLOutputOp[Unit] with Product with Serializable
  41. final case class WriteURL(a: URL) extends SQLOutputOp[Unit] with Product with Serializable

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 SQLOutputOpEmbeddable: Embeddable[SQLOutputOp, SQLOutput]
  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 SQLOutputOp[Unit] with Product with Serializable
  21. object Monotonic extends SQLOutputOp[FiniteDuration] with Product with Serializable
  22. object Realtime extends SQLOutputOp[FiniteDuration] 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