object SQLOutputOp
- Source
- sqloutput.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SQLOutputOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Async1[A](k: ((Either[Throwable, A]) => Unit) => Unit) extends SQLOutputOp[A] with Product with Serializable
- final case class AsyncF[A](k: ((Either[Throwable, A]) => Unit) => SQLOutputIO[Unit]) extends SQLOutputOp[A] with Product with Serializable
- final case class BracketCase[A, B](acquire: SQLOutputIO[A], use: (A) => SQLOutputIO[B], release: (A, ExitCase[Throwable]) => SQLOutputIO[Unit]) extends SQLOutputOp[B] with Product with Serializable
- final case class Delay[A](a: () => A) extends SQLOutputOp[A] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends SQLOutputOp[A] with Product with Serializable
- final case class EvalOn[A](ec: ExecutionContext, fa: SQLOutputIO[A]) extends SQLOutputOp[A] with Product with Serializable
- final case class HandleErrorWith[A](fa: SQLOutputIO[A], f: (Throwable) => SQLOutputIO[A]) extends SQLOutputOp[A] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends SQLOutputOp[A] with Product with Serializable
- final case class Raw[A](f: (SQLOutput) => A) extends SQLOutputOp[A] with Product with Serializable
- trait Visitor[F[_]] extends ~>[SQLOutputOp, F]
- final case class WriteArray(a: Array) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteAsciiStream(a: InputStream) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteBigDecimal(a: BigDecimal) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteBinaryStream(a: InputStream) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteBlob(a: Blob) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteBoolean(a: Boolean) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteByte(a: Byte) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteBytes(a: Array[Byte]) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteCharacterStream(a: Reader) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteClob(a: Clob) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteDate(a: Date) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteDouble(a: Double) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteFloat(a: Float) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteInt(a: Int) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteLong(a: Long) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteNClob(a: NClob) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteNString(a: String) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteObject(a: AnyRef, b: SQLType) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteObject1(a: SQLData) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteRef(a: Ref) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteRowId(a: RowId) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteSQLXML(a: SQLXML) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteShort(a: Short) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteString(a: String) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteStruct(a: Struct) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteTime(a: Time) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteTimestamp(a: Timestamp) extends SQLOutputOp[Unit] with Product with Serializable
- final case class WriteURL(a: URL) extends SQLOutputOp[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 SQLOutputOpEmbeddable: Embeddable[SQLOutputOp, SQLOutput]
- 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 Shift extends SQLOutputOp[Unit] with Product with Serializable