t

doobie.free.KleisliInterpreter

StatementInterpreter

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

Source
kleisliinterpreter.scala
Linear Supertypes
Visitor[[γ$32$]Kleisli[M, Statement, γ$32$]], FunctionK[StatementOp, [γ$32$]Kleisli[M, Statement, γ$32$]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatementInterpreter
  2. Visitor
  3. FunctionK
  4. Serializable
  5. Serializable
  6. AnyRef
  7. 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, [γ$2$]Tuple2K[[γ$32$]Kleisli[M, Statement, γ$32$], H, γ$2$]]
    Definition Classes
    FunctionK
  6. def andThen[H[_]](f: FunctionK[[γ$32$]Kleisli[M, Statement, γ$32$], 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 cancel: Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  10. def canceled: Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  11. def clearBatch: Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  12. def clearWarnings: Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def close: Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  15. def closeOnCompletion: Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  16. def compose[E[_]](f: FunctionK[E, StatementOp]): FunctionK[E, [γ$32$]Kleisli[M, Statement, γ$32$]]
    Definition Classes
    FunctionK
  17. def delay[A](thunk: ⇒ A): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  18. def embed[A](e: Embedded[A]): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  19. def enquoteIdentifier(a: String, b: Boolean): Kleisli[M, Statement, String]
    Definition Classes
    StatementInterpreterVisitor
  20. def enquoteLiteral(a: String): Kleisli[M, Statement, String]
    Definition Classes
    StatementInterpreterVisitor
  21. def enquoteNCharLiteral(a: String): Kleisli[M, Statement, String]
    Definition Classes
    StatementInterpreterVisitor
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  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 forceR[A, B](fa: StatementIO[A])(fb: StatementIO[B]): Kleisli[M, Statement, B]
    Definition Classes
    StatementInterpreterVisitor
  40. def fromFuture[A](fut: StatementIO[Future[A]]): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  41. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def getConnection: Kleisli[M, Statement, Connection]
    Definition Classes
    StatementInterpreterVisitor
  43. def getFetchDirection: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  44. def getFetchSize: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  45. def getGeneratedKeys: Kleisli[M, Statement, ResultSet]
    Definition Classes
    StatementInterpreterVisitor
  46. def getLargeMaxRows: Kleisli[M, Statement, Long]
    Definition Classes
    StatementInterpreterVisitor
  47. def getLargeUpdateCount: Kleisli[M, Statement, Long]
    Definition Classes
    StatementInterpreterVisitor
  48. def getMaxFieldSize: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  49. def getMaxRows: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  50. def getMoreResults(a: Int): Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  51. def getMoreResults: Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  52. def getQueryTimeout: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  53. def getResultSet: Kleisli[M, Statement, ResultSet]
    Definition Classes
    StatementInterpreterVisitor
  54. def getResultSetConcurrency: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  55. def getResultSetHoldability: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  56. def getResultSetType: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  57. def getUpdateCount: Kleisli[M, Statement, Int]
    Definition Classes
    StatementInterpreterVisitor
  58. def getWarnings: Kleisli[M, Statement, SQLWarning]
    Definition Classes
    StatementInterpreterVisitor
  59. def handleErrorWith[A](fa: StatementIO[A])(f: (Throwable) ⇒ StatementIO[A]): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  60. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  61. def isCloseOnCompletion: Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  62. def isClosed: Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  63. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  64. def isPoolable: Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  65. def isSimpleIdentifier(a: String): Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  66. def isWrapperFor(a: Class[_]): Kleisli[M, Statement, Boolean]
    Definition Classes
    StatementInterpreterVisitor
  67. def monotonic: Kleisli[M, Statement, FiniteDuration]
    Definition Classes
    StatementInterpreterVisitor
  68. def narrow[F0[x] <: StatementOp[x]]: FunctionK[F0, [γ$32$]Kleisli[M, Statement, γ$32$]]
    Definition Classes
    FunctionK
  69. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  70. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  71. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  72. def onCancel[A](fa: StatementIO[A], fin: StatementIO[Unit]): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  73. def or[H[_]](h: FunctionK[H, [γ$32$]Kleisli[M, Statement, γ$32$]]): FunctionK[[γ$0$]EitherK[StatementOp, H, γ$0$], [γ$32$]Kleisli[M, Statement, γ$32$]]
    Definition Classes
    FunctionK
  74. def poll[A](poll: Any, fa: StatementIO[A]): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  75. def raiseError[A](e: Throwable): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  76. def raw[A](f: (Statement) ⇒ A): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  77. def realTime: Kleisli[M, Statement, FiniteDuration]
    Definition Classes
    StatementInterpreterVisitor
  78. def setCursorName(a: String): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  79. def setEscapeProcessing(a: Boolean): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  80. def setFetchDirection(a: Int): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  81. def setFetchSize(a: Int): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  82. def setLargeMaxRows(a: Long): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  83. def setMaxFieldSize(a: Int): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  84. def setMaxRows(a: Int): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  85. def setPoolable(a: Boolean): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  86. def setQueryTimeout(a: Int): Kleisli[M, Statement, Unit]
    Definition Classes
    StatementInterpreterVisitor
  87. def suspend[A](hint: Type)(thunk: ⇒ A): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  88. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  89. def toString(): String
    Definition Classes
    AnyRef → Any
  90. def uncancelable[A](body: (Poll[StatementIO]) ⇒ StatementIO[A]): Kleisli[M, Statement, A]
    Definition Classes
    StatementInterpreterVisitor
  91. def unwrap[T](a: Class[T]): Kleisli[M, Statement, T]
    Definition Classes
    StatementInterpreterVisitor
  92. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  93. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  94. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  95. def widen[G0[x] >: Kleisli[M, Statement, x]]: FunctionK[StatementOp, G0]
    Definition Classes
    FunctionK

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped