t

doobie.free.KleisliInterpreter

StatementInterpreter

trait StatementInterpreter extends Visitor[[γ$24$]Kleisli[M, Statement, γ$24$]]

Source
kleisliinterpreter.scala
Linear Supertypes
Visitor[[γ$24$]Kleisli[M, Statement, γ$24$]], FunctionK[StatementOp, [γ$24$]Kleisli[M, Statement, γ$24$]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatementInterpreter
  2. Visitor
  3. FunctionK
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def addBatch(a: String): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  5. def and[H[_]](h: FunctionK[StatementOp, H]): FunctionK[StatementOp, [γ$4$]Tuple2K[[γ$24$]Kleisli[M, Statement, γ$24$], H, γ$4$]]
    Definition Classes
    FunctionK
  6. def andThen[H[_]](f: FunctionK[[γ$24$]Kleisli[M, Statement, γ$24$], H]): FunctionK[StatementOp, H]
    Definition Classes
    FunctionK
  7. final def apply[A](fa: StatementOp[A]): Kleisli[M, Statement, A]
    Definition Classes
    Visitor → FunctionK
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  10. def asyncF[A](k: ((Either[Throwable, A]) => Unit) => StatementIO[Unit]): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  11. def bracketCase[A, B](acquire: StatementIO[A])(use: (A) => StatementIO[B])(release: (A, ExitCase[Throwable]) => StatementIO[Unit]): Kleisli[M, Statement, B]
    Definition Classes
    StatementInterpreterVisitor
  12. def cancel: Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  13. def clearBatch: Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  14. def clearWarnings: Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. def close: Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  17. def closeOnCompletion: Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  18. def compose[E[_]](f: FunctionK[E, StatementOp]): FunctionK[E, [γ$24$]Kleisli[M, Statement, γ$24$]]
    Definition Classes
    FunctionK
  19. def delay[A](a: () => A): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  20. def embed[A](e: Embedded[A]): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def evalOn[A](ec: ExecutionContext)(fa: StatementIO[A]): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  24. def execute(a: String, b: Int): Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  25. def execute(a: String, b: Array[String]): Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  26. def execute(a: String, b: Array[Int]): Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  27. def execute(a: String): Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  28. def executeBatch: Kleisli[M, Statement, Array[Int]]
    Definition Classes
    StatementInterpreterVisitor
  29. def executeLargeBatch: Kleisli[M, Statement, Array[Long]]
    Definition Classes
    StatementInterpreterVisitor
  30. def executeLargeUpdate(a: String, b: Int): Kleisli[M, Statement, Long]
    Definition Classes
    StatementInterpreterVisitor
  31. def executeLargeUpdate(a: String, b: Array[String]): Kleisli[M, Statement, Long]
    Definition Classes
    StatementInterpreterVisitor
  32. def executeLargeUpdate(a: String, b: Array[Int]): Kleisli[M, Statement, Long]
    Definition Classes
    StatementInterpreterVisitor
  33. def executeLargeUpdate(a: String): Kleisli[M, Statement, Long]
    Definition Classes
    StatementInterpreterVisitor
  34. def executeQuery(a: String): Kleisli[M, Statement, ResultSet]
    Definition Classes
    StatementInterpreterVisitor
  35. def executeUpdate(a: String, b: Int): Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  36. def executeUpdate(a: String, b: Array[String]): Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  37. def executeUpdate(a: String, b: Array[Int]): Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  38. def executeUpdate(a: String): Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  39. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  40. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. def getConnection: Kleisli[M, Statement, Connection]
    Definition Classes
    StatementInterpreterVisitor
  42. def getFetchDirection: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  43. def getFetchSize: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  44. def getGeneratedKeys: Kleisli[M, Statement, ResultSet]
    Definition Classes
    StatementInterpreterVisitor
  45. def getLargeMaxRows: Kleisli[M, Statement, Long]
    Definition Classes
    StatementInterpreterVisitor
  46. def getLargeUpdateCount: Kleisli[M, Statement, Long]
    Definition Classes
    StatementInterpreterVisitor
  47. def getMaxFieldSize: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  48. def getMaxRows: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  49. def getMoreResults(a: Int): Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  50. def getMoreResults: Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  51. def getQueryTimeout: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  52. def getResultSet: Kleisli[M, Statement, ResultSet]
    Definition Classes
    StatementInterpreterVisitor
  53. def getResultSetConcurrency: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  54. def getResultSetHoldability: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  55. def getResultSetType: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  56. def getUpdateCount: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  57. def getWarnings: Kleisli[M, Statement, SQLWarning]
    Definition Classes
    StatementInterpreterVisitor
  58. def handleErrorWith[A](fa: StatementIO[A], f: (Throwable) => StatementIO[A]): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  59. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  60. def isCloseOnCompletion: Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  61. def isClosed: Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  62. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  63. def isPoolable: Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  64. def isWrapperFor(a: Class[_]): Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  65. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  66. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  68. def or[H[_]](h: FunctionK[H, [γ$24$]Kleisli[M, Statement, γ$24$]]): FunctionK[[γ$1$]EitherK[StatementOp, H, γ$1$], [γ$24$]Kleisli[M, Statement, γ$24$]]
    Definition Classes
    FunctionK
  69. def raiseError[A](err: Throwable): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  70. def raw[A](f: (Statement) => A): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  71. def setCursorName(a: String): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  72. def setEscapeProcessing(a: Boolean): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  73. def setFetchDirection(a: Int): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  74. def setFetchSize(a: Int): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  75. def setLargeMaxRows(a: Long): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  76. def setMaxFieldSize(a: Int): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  77. def setMaxRows(a: Int): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  78. def setPoolable(a: Boolean): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  79. def setQueryTimeout(a: Int): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  80. val shift: Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  81. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  82. def toString(): String
    Definition Classes
    AnyRef → Any
  83. def unwrap[T](a: Class[T]): Kleisli[M, Statement, T]
    Definition Classes
    StatementInterpreterVisitor
  84. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  85. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  86. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Visitor[[γ$24$]Kleisli[M, Statement, γ$24$]]

Inherited from FunctionK[StatementOp, [γ$24$]Kleisli[M, Statement, γ$24$]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped