Trait

doobie.free.statement.StatementOp

Visitor

Related Doc: package StatementOp

Permalink

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

Source
statement.scala
Linear Supertypes
FunctionK[StatementOp, 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 addBatch(a: String): F[Unit]

    Permalink
  2. abstract def attempt[A](fa: StatementIO[A]): F[Either[Throwable, A]]

    Permalink
  3. abstract def cancel: F[Unit]

    Permalink
  4. abstract def clearBatch: F[Unit]

    Permalink
  5. abstract def clearWarnings: F[Unit]

    Permalink
  6. abstract def close: F[Unit]

    Permalink
  7. abstract def closeOnCompletion: F[Unit]

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

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

    Permalink
  10. abstract def execute(a: String, b: Int): F[Boolean]

    Permalink
  11. abstract def execute(a: String, b: Array[String]): F[Boolean]

    Permalink
  12. abstract def execute(a: String, b: Array[Int]): F[Boolean]

    Permalink
  13. abstract def execute(a: String): F[Boolean]

    Permalink
  14. abstract def executeBatch: F[Array[Int]]

    Permalink
  15. abstract def executeLargeBatch: F[Array[Long]]

    Permalink
  16. abstract def executeLargeUpdate(a: String, b: Int): F[Long]

    Permalink
  17. abstract def executeLargeUpdate(a: String, b: Array[String]): F[Long]

    Permalink
  18. abstract def executeLargeUpdate(a: String, b: Array[Int]): F[Long]

    Permalink
  19. abstract def executeLargeUpdate(a: String): F[Long]

    Permalink
  20. abstract def executeQuery(a: String): F[ResultSet]

    Permalink
  21. abstract def executeUpdate(a: String, b: Int): F[Int]

    Permalink
  22. abstract def executeUpdate(a: String, b: Array[String]): F[Int]

    Permalink
  23. abstract def executeUpdate(a: String, b: Array[Int]): F[Int]

    Permalink
  24. abstract def executeUpdate(a: String): F[Int]

    Permalink
  25. abstract def getConnection: F[Connection]

    Permalink
  26. abstract def getFetchDirection: F[Int]

    Permalink
  27. abstract def getFetchSize: F[Int]

    Permalink
  28. abstract def getGeneratedKeys: F[ResultSet]

    Permalink
  29. abstract def getLargeMaxRows: F[Long]

    Permalink
  30. abstract def getLargeUpdateCount: F[Long]

    Permalink
  31. abstract def getMaxFieldSize: F[Int]

    Permalink
  32. abstract def getMaxRows: F[Int]

    Permalink
  33. abstract def getMoreResults(a: Int): F[Boolean]

    Permalink
  34. abstract def getMoreResults: F[Boolean]

    Permalink
  35. abstract def getQueryTimeout: F[Int]

    Permalink
  36. abstract def getResultSet: F[ResultSet]

    Permalink
  37. abstract def getResultSetConcurrency: F[Int]

    Permalink
  38. abstract def getResultSetHoldability: F[Int]

    Permalink
  39. abstract def getResultSetType: F[Int]

    Permalink
  40. abstract def getUpdateCount: F[Int]

    Permalink
  41. abstract def getWarnings: F[SQLWarning]

    Permalink
  42. abstract def isCloseOnCompletion: F[Boolean]

    Permalink
  43. abstract def isClosed: F[Boolean]

    Permalink
  44. abstract def isPoolable: F[Boolean]

    Permalink
  45. abstract def isWrapperFor(a: Class[_]): F[Boolean]

    Permalink
  46. abstract def raw[A](f: (Statement) ⇒ A): F[A]

    Permalink
  47. abstract def setCursorName(a: String): F[Unit]

    Permalink
  48. abstract def setEscapeProcessing(a: Boolean): F[Unit]

    Permalink
  49. abstract def setFetchDirection(a: Int): F[Unit]

    Permalink
  50. abstract def setFetchSize(a: Int): F[Unit]

    Permalink
  51. abstract def setLargeMaxRows(a: Long): F[Unit]

    Permalink
  52. abstract def setMaxFieldSize(a: Int): F[Unit]

    Permalink
  53. abstract def setMaxRows(a: Int): F[Unit]

    Permalink
  54. abstract def setPoolable(a: Boolean): F[Unit]

    Permalink
  55. abstract def setQueryTimeout(a: Int): F[Unit]

    Permalink
  56. abstract def unwrap[T](a: Class[T]): F[T]

    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[StatementOp, H]): FunctionK[StatementOp, [γ$4$]Prod[F, H, γ$4$]]

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

    Permalink
    Definition Classes
    FunctionK
  6. final def apply[A](fa: StatementOp[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, StatementOp]): 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[StatementOp, 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[StatementOp, F]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped