Trait

doobie.free.sqlinput.SQLInputOp

Visitor

Related Doc: package SQLInputOp

Permalink

trait Visitor[F[_]] extends ~>[SQLInputOp, F]

Source
sqlinput.scala
Linear Supertypes
FunctionK[SQLInputOp, F], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Visitor
  2. FunctionK
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def attempt[A](fa: SQLInputIO[A]): F[Either[Throwable, A]]

    Permalink
  2. abstract def delay[A](a: () ⇒ A): F[A]

    Permalink
  3. abstract def embed[A](e: Embedded[A]): F[A]

    Permalink
  4. abstract def raw[A](f: (SQLInput) ⇒ A): F[A]

    Permalink
  5. abstract def readArray: F[Array]

    Permalink
  6. abstract def readAsciiStream: F[InputStream]

    Permalink
  7. abstract def readBigDecimal: F[BigDecimal]

    Permalink
  8. abstract def readBinaryStream: F[InputStream]

    Permalink
  9. abstract def readBlob: F[Blob]

    Permalink
  10. abstract def readBoolean: F[Boolean]

    Permalink
  11. abstract def readByte: F[Byte]

    Permalink
  12. abstract def readBytes: F[Array[Byte]]

    Permalink
  13. abstract def readCharacterStream: F[Reader]

    Permalink
  14. abstract def readClob: F[Clob]

    Permalink
  15. abstract def readDate: F[Date]

    Permalink
  16. abstract def readDouble: F[Double]

    Permalink
  17. abstract def readFloat: F[Float]

    Permalink
  18. abstract def readInt: F[Int]

    Permalink
  19. abstract def readLong: F[Long]

    Permalink
  20. abstract def readNClob: F[NClob]

    Permalink
  21. abstract def readNString: F[String]

    Permalink
  22. abstract def readObject[T](a: Class[T]): F[T]

    Permalink
  23. abstract def readObject: F[AnyRef]

    Permalink
  24. abstract def readRef: F[Ref]

    Permalink
  25. abstract def readRowId: F[RowId]

    Permalink
  26. abstract def readSQLXML: F[SQLXML]

    Permalink
  27. abstract def readShort: F[Short]

    Permalink
  28. abstract def readString: F[String]

    Permalink
  29. abstract def readTime: F[Time]

    Permalink
  30. abstract def readTimestamp: F[Timestamp]

    Permalink
  31. abstract def readURL: F[URL]

    Permalink
  32. abstract def wasNull: F[Boolean]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def and[H[_]](h: FunctionK[SQLInputOp, H]): FunctionK[SQLInputOp, [γ$4$]Prod[F, H, γ$4$]]

    Permalink
    Definition Classes
    FunctionK
  5. def andThen[H[_]](f: FunctionK[F, H]): FunctionK[SQLInputOp, H]

    Permalink
    Definition Classes
    FunctionK
  6. final def apply[A](fa: SQLInputOp[A]): F[A]

    Permalink
    Definition Classes
    Visitor → FunctionK
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compose[E[_]](f: FunctionK[E, SQLInputOp]): FunctionK[E, F]

    Permalink
    Definition Classes
    FunctionK
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$1$]Coproduct[SQLInputOp, H, γ$1$], F]

    Permalink
    Definition Classes
    FunctionK
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FunctionK[SQLInputOp, F]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped