Trait

doobie.free.KleisliInterpreter

CallableStatementInterpreter

Related Doc: package KleisliInterpreter

Permalink

trait CallableStatementInterpreter extends Visitor[[γ$26$]Kleisli[M, CallableStatement, γ$26$]]

Source
kleisliinterpreter.scala
Linear Supertypes
Visitor[[γ$26$]Kleisli[M, CallableStatement, γ$26$]], FunctionK[CallableStatementOp, [γ$26$]Kleisli[M, CallableStatement, γ$26$]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CallableStatementInterpreter
  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

    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 addBatch(a: String): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  5. def addBatch: Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  6. def and[H[_]](h: FunctionK[CallableStatementOp, H]): FunctionK[CallableStatementOp, [γ$4$]Tuple2K[[γ$26$]Kleisli[M, CallableStatement, γ$26$], H, γ$4$]]

    Permalink
    Definition Classes
    FunctionK
  7. def andThen[H[_]](f: FunctionK[[γ$26$]Kleisli[M, CallableStatement, γ$26$], H]): FunctionK[CallableStatementOp, H]

    Permalink
    Definition Classes
    FunctionK
  8. final def apply[A](fa: CallableStatementOp[A]): Kleisli[M, CallableStatement, A]

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

    Permalink
    Definition Classes
    Any
  10. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): Kleisli[M, CallableStatement, A]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  11. def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ CallableStatementIO[Unit]): Kleisli[M, CallableStatement, A]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  12. def bracketCase[A, B](acquire: CallableStatementIO[A])(use: (A) ⇒ CallableStatementIO[B])(release: (A, ExitCase[Throwable]) ⇒ CallableStatementIO[Unit]): Kleisli[M, CallableStatement, B]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  13. def cancel: Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  14. def clearBatch: Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  15. def clearParameters: Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  16. def clearWarnings: Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def close: Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  19. def closeOnCompletion: Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  20. def compose[E[_]](f: FunctionK[E, CallableStatementOp]): FunctionK[E, [γ$26$]Kleisli[M, CallableStatement, γ$26$]]

    Permalink
    Definition Classes
    FunctionK
  21. def delay[A](a: () ⇒ A): Kleisli[M, CallableStatement, A]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  22. def embed[A](e: Embedded[A]): Kleisli[M, CallableStatement, A]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  23. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def evalOn[A](ec: ExecutionContext)(fa: CallableStatementIO[A]): Kleisli[M, CallableStatement, A]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  26. def execute(a: String, b: Int): Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  27. def execute(a: String, b: Array[String]): Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  28. def execute(a: String, b: Array[Int]): Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  29. def execute(a: String): Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  30. def execute: Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  31. def executeBatch: Kleisli[M, CallableStatement, Array[Int]]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  32. def executeLargeBatch: Kleisli[M, CallableStatement, Array[Long]]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  33. def executeLargeUpdate(a: String, b: Int): Kleisli[M, CallableStatement, Long]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  34. def executeLargeUpdate(a: String, b: Array[String]): Kleisli[M, CallableStatement, Long]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  35. def executeLargeUpdate(a: String, b: Array[Int]): Kleisli[M, CallableStatement, Long]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  36. def executeLargeUpdate(a: String): Kleisli[M, CallableStatement, Long]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  37. def executeLargeUpdate: Kleisli[M, CallableStatement, Long]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  38. def executeQuery(a: String): Kleisli[M, CallableStatement, ResultSet]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  39. def executeQuery: Kleisli[M, CallableStatement, ResultSet]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  40. def executeUpdate(a: String, b: Int): Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  41. def executeUpdate(a: String, b: Array[String]): Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  42. def executeUpdate(a: String, b: Array[Int]): Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  43. def executeUpdate(a: String): Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  44. def executeUpdate: Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  45. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. def getArray(a: String): Kleisli[M, CallableStatement, Array]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  47. def getArray(a: Int): Kleisli[M, CallableStatement, Array]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  48. def getBigDecimal(a: String): Kleisli[M, CallableStatement, BigDecimal]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  49. def getBigDecimal(a: Int, b: Int): Kleisli[M, CallableStatement, BigDecimal]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  50. def getBigDecimal(a: Int): Kleisli[M, CallableStatement, BigDecimal]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  51. def getBlob(a: String): Kleisli[M, CallableStatement, Blob]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  52. def getBlob(a: Int): Kleisli[M, CallableStatement, Blob]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  53. def getBoolean(a: String): Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  54. def getBoolean(a: Int): Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  55. def getByte(a: String): Kleisli[M, CallableStatement, Byte]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  56. def getByte(a: Int): Kleisli[M, CallableStatement, Byte]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  57. def getBytes(a: String): Kleisli[M, CallableStatement, Array[Byte]]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  58. def getBytes(a: Int): Kleisli[M, CallableStatement, Array[Byte]]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  59. def getCharacterStream(a: String): Kleisli[M, CallableStatement, Reader]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  60. def getCharacterStream(a: Int): Kleisli[M, CallableStatement, Reader]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  61. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  62. def getClob(a: String): Kleisli[M, CallableStatement, Clob]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  63. def getClob(a: Int): Kleisli[M, CallableStatement, Clob]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  64. def getConnection: Kleisli[M, CallableStatement, Connection]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  65. def getDate(a: String, b: Calendar): Kleisli[M, CallableStatement, Date]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  66. def getDate(a: String): Kleisli[M, CallableStatement, Date]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  67. def getDate(a: Int, b: Calendar): Kleisli[M, CallableStatement, Date]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  68. def getDate(a: Int): Kleisli[M, CallableStatement, Date]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  69. def getDouble(a: String): Kleisli[M, CallableStatement, Double]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  70. def getDouble(a: Int): Kleisli[M, CallableStatement, Double]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  71. def getFetchDirection: Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  72. def getFetchSize: Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  73. def getFloat(a: String): Kleisli[M, CallableStatement, Float]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  74. def getFloat(a: Int): Kleisli[M, CallableStatement, Float]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  75. def getGeneratedKeys: Kleisli[M, CallableStatement, ResultSet]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  76. def getInt(a: String): Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  77. def getInt(a: Int): Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  78. def getLargeMaxRows: Kleisli[M, CallableStatement, Long]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  79. def getLargeUpdateCount: Kleisli[M, CallableStatement, Long]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  80. def getLong(a: String): Kleisli[M, CallableStatement, Long]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  81. def getLong(a: Int): Kleisli[M, CallableStatement, Long]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  82. def getMaxFieldSize: Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  83. def getMaxRows: Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  84. def getMetaData: Kleisli[M, CallableStatement, ResultSetMetaData]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  85. def getMoreResults(a: Int): Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  86. def getMoreResults: Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  87. def getNCharacterStream(a: String): Kleisli[M, CallableStatement, Reader]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  88. def getNCharacterStream(a: Int): Kleisli[M, CallableStatement, Reader]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  89. def getNClob(a: String): Kleisli[M, CallableStatement, NClob]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  90. def getNClob(a: Int): Kleisli[M, CallableStatement, NClob]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  91. def getNString(a: String): Kleisli[M, CallableStatement, String]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  92. def getNString(a: Int): Kleisli[M, CallableStatement, String]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  93. def getObject(a: String, b: Map[String, Class[_]]): Kleisli[M, CallableStatement, AnyRef]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  94. def getObject[T](a: String, b: Class[T]): Kleisli[M, CallableStatement, T]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  95. def getObject(a: String): Kleisli[M, CallableStatement, AnyRef]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  96. def getObject(a: Int, b: Map[String, Class[_]]): Kleisli[M, CallableStatement, AnyRef]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  97. def getObject[T](a: Int, b: Class[T]): Kleisli[M, CallableStatement, T]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  98. def getObject(a: Int): Kleisli[M, CallableStatement, AnyRef]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  99. def getParameterMetaData: Kleisli[M, CallableStatement, ParameterMetaData]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  100. def getQueryTimeout: Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  101. def getRef(a: String): Kleisli[M, CallableStatement, Ref]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  102. def getRef(a: Int): Kleisli[M, CallableStatement, Ref]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  103. def getResultSet: Kleisli[M, CallableStatement, ResultSet]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  104. def getResultSetConcurrency: Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  105. def getResultSetHoldability: Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  106. def getResultSetType: Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  107. def getRowId(a: String): Kleisli[M, CallableStatement, RowId]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  108. def getRowId(a: Int): Kleisli[M, CallableStatement, RowId]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  109. def getSQLXML(a: String): Kleisli[M, CallableStatement, SQLXML]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  110. def getSQLXML(a: Int): Kleisli[M, CallableStatement, SQLXML]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  111. def getShort(a: String): Kleisli[M, CallableStatement, Short]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  112. def getShort(a: Int): Kleisli[M, CallableStatement, Short]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  113. def getString(a: String): Kleisli[M, CallableStatement, String]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  114. def getString(a: Int): Kleisli[M, CallableStatement, String]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  115. def getTime(a: String, b: Calendar): Kleisli[M, CallableStatement, Time]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  116. def getTime(a: String): Kleisli[M, CallableStatement, Time]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  117. def getTime(a: Int, b: Calendar): Kleisli[M, CallableStatement, Time]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  118. def getTime(a: Int): Kleisli[M, CallableStatement, Time]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  119. def getTimestamp(a: String, b: Calendar): Kleisli[M, CallableStatement, Timestamp]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  120. def getTimestamp(a: String): Kleisli[M, CallableStatement, Timestamp]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  121. def getTimestamp(a: Int, b: Calendar): Kleisli[M, CallableStatement, Timestamp]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  122. def getTimestamp(a: Int): Kleisli[M, CallableStatement, Timestamp]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  123. def getURL(a: String): Kleisli[M, CallableStatement, URL]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  124. def getURL(a: Int): Kleisli[M, CallableStatement, URL]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  125. def getUpdateCount: Kleisli[M, CallableStatement, Int]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  126. def getWarnings: Kleisli[M, CallableStatement, SQLWarning]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  127. def handleErrorWith[A](fa: CallableStatementIO[A], f: (Throwable) ⇒ CallableStatementIO[A]): Kleisli[M, CallableStatement, A]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  128. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  129. def isCloseOnCompletion: Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  130. def isClosed: Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  131. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  132. def isPoolable: Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  133. def isWrapperFor(a: Class[_]): Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  134. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  137. def or[H[_]](h: FunctionK[H, [γ$26$]Kleisli[M, CallableStatement, γ$26$]]): FunctionK[[γ$1$]EitherK[CallableStatementOp, H, γ$1$], [γ$26$]Kleisli[M, CallableStatement, γ$26$]]

    Permalink
    Definition Classes
    FunctionK
  138. def raiseError[A](err: Throwable): Kleisli[M, CallableStatement, A]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  139. def raw[A](f: (CallableStatement) ⇒ A): Kleisli[M, CallableStatement, A]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  140. def registerOutParameter(a: String, b: SQLType, c: String): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  141. def registerOutParameter(a: String, b: SQLType, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  142. def registerOutParameter(a: String, b: SQLType): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  143. def registerOutParameter(a: String, b: Int, c: String): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  144. def registerOutParameter(a: String, b: Int, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  145. def registerOutParameter(a: String, b: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  146. def registerOutParameter(a: Int, b: SQLType, c: String): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  147. def registerOutParameter(a: Int, b: SQLType, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  148. def registerOutParameter(a: Int, b: SQLType): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  149. def registerOutParameter(a: Int, b: Int, c: String): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  150. def registerOutParameter(a: Int, b: Int, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  151. def registerOutParameter(a: Int, b: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  152. def setArray(a: Int, b: Array): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  153. def setAsciiStream(a: String, b: InputStream, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  154. def setAsciiStream(a: String, b: InputStream, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  155. def setAsciiStream(a: String, b: InputStream): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  156. def setAsciiStream(a: Int, b: InputStream, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  157. def setAsciiStream(a: Int, b: InputStream, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  158. def setAsciiStream(a: Int, b: InputStream): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  159. def setBigDecimal(a: String, b: BigDecimal): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  160. def setBigDecimal(a: Int, b: BigDecimal): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  161. def setBinaryStream(a: String, b: InputStream, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  162. def setBinaryStream(a: String, b: InputStream, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  163. def setBinaryStream(a: String, b: InputStream): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  164. def setBinaryStream(a: Int, b: InputStream, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  165. def setBinaryStream(a: Int, b: InputStream, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  166. def setBinaryStream(a: Int, b: InputStream): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  167. def setBlob(a: String, b: InputStream, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  168. def setBlob(a: String, b: InputStream): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  169. def setBlob(a: String, b: Blob): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  170. def setBlob(a: Int, b: InputStream, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  171. def setBlob(a: Int, b: InputStream): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  172. def setBlob(a: Int, b: Blob): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  173. def setBoolean(a: String, b: Boolean): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  174. def setBoolean(a: Int, b: Boolean): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  175. def setByte(a: String, b: Byte): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  176. def setByte(a: Int, b: Byte): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  177. def setBytes(a: String, b: Array[Byte]): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  178. def setBytes(a: Int, b: Array[Byte]): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  179. def setCharacterStream(a: String, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  180. def setCharacterStream(a: String, b: Reader, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  181. def setCharacterStream(a: String, b: Reader): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  182. def setCharacterStream(a: Int, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  183. def setCharacterStream(a: Int, b: Reader, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  184. def setCharacterStream(a: Int, b: Reader): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  185. def setClob(a: String, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  186. def setClob(a: String, b: Reader): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  187. def setClob(a: String, b: Clob): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  188. def setClob(a: Int, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  189. def setClob(a: Int, b: Reader): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  190. def setClob(a: Int, b: Clob): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  191. def setCursorName(a: String): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  192. def setDate(a: String, b: Date, c: Calendar): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  193. def setDate(a: String, b: Date): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  194. def setDate(a: Int, b: Date, c: Calendar): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  195. def setDate(a: Int, b: Date): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  196. def setDouble(a: String, b: Double): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  197. def setDouble(a: Int, b: Double): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  198. def setEscapeProcessing(a: Boolean): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  199. def setFetchDirection(a: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  200. def setFetchSize(a: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  201. def setFloat(a: String, b: Float): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  202. def setFloat(a: Int, b: Float): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  203. def setInt(a: String, b: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  204. def setInt(a: Int, b: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  205. def setLargeMaxRows(a: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  206. def setLong(a: String, b: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  207. def setLong(a: Int, b: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  208. def setMaxFieldSize(a: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  209. def setMaxRows(a: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  210. def setNCharacterStream(a: String, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  211. def setNCharacterStream(a: String, b: Reader): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  212. def setNCharacterStream(a: Int, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  213. def setNCharacterStream(a: Int, b: Reader): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  214. def setNClob(a: String, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  215. def setNClob(a: String, b: Reader): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  216. def setNClob(a: String, b: NClob): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  217. def setNClob(a: Int, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  218. def setNClob(a: Int, b: Reader): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  219. def setNClob(a: Int, b: NClob): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  220. def setNString(a: String, b: String): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  221. def setNString(a: Int, b: String): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  222. def setNull(a: String, b: Int, c: String): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  223. def setNull(a: String, b: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  224. def setNull(a: Int, b: Int, c: String): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  225. def setNull(a: Int, b: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  226. def setObject(a: String, b: AnyRef, c: SQLType, d: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  227. def setObject(a: String, b: AnyRef, c: SQLType): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  228. def setObject(a: String, b: AnyRef, c: Int, d: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  229. def setObject(a: String, b: AnyRef, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  230. def setObject(a: String, b: AnyRef): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  231. def setObject(a: Int, b: AnyRef, c: SQLType, d: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  232. def setObject(a: Int, b: AnyRef, c: SQLType): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  233. def setObject(a: Int, b: AnyRef, c: Int, d: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  234. def setObject(a: Int, b: AnyRef, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  235. def setObject(a: Int, b: AnyRef): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  236. def setPoolable(a: Boolean): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  237. def setQueryTimeout(a: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  238. def setRef(a: Int, b: Ref): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  239. def setRowId(a: String, b: RowId): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  240. def setRowId(a: Int, b: RowId): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  241. def setSQLXML(a: String, b: SQLXML): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  242. def setSQLXML(a: Int, b: SQLXML): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  243. def setShort(a: String, b: Short): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  244. def setShort(a: Int, b: Short): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  245. def setString(a: String, b: String): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  246. def setString(a: Int, b: String): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  247. def setTime(a: String, b: Time, c: Calendar): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  248. def setTime(a: String, b: Time): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  249. def setTime(a: Int, b: Time, c: Calendar): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  250. def setTime(a: Int, b: Time): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  251. def setTimestamp(a: String, b: Timestamp, c: Calendar): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  252. def setTimestamp(a: String, b: Timestamp): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  253. def setTimestamp(a: Int, b: Timestamp, c: Calendar): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  254. def setTimestamp(a: Int, b: Timestamp): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  255. def setURL(a: String, b: URL): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  256. def setURL(a: Int, b: URL): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  257. def setUnicodeStream(a: Int, b: InputStream, c: Int): Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  258. val shift: Kleisli[M, CallableStatement, Unit]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  259. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  261. def unwrap[T](a: Class[T]): Kleisli[M, CallableStatement, T]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor
  262. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  265. def wasNull: Kleisli[M, CallableStatement, Boolean]

    Permalink
    Definition Classes
    CallableStatementInterpreterVisitor

Inherited from Visitor[[γ$26$]Kleisli[M, CallableStatement, γ$26$]]

Inherited from FunctionK[CallableStatementOp, [γ$26$]Kleisli[M, CallableStatement, γ$26$]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped