t

doobie.free.KleisliInterpreter

CallableStatementInterpreter

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

Source
kleisliinterpreter.scala
Linear Supertypes
Visitor[[γ$34$]Kleisli[M, CallableStatement, γ$34$]], FunctionK[CallableStatementOp, [γ$34$]Kleisli[M, CallableStatement, γ$34$]], 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
    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, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  5. def addBatch: Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  6. def and[H[_]](h: FunctionK[CallableStatementOp, H]): FunctionK[CallableStatementOp, [γ$2$]Tuple2K[[γ$34$]Kleisli[M, CallableStatement, γ$34$], H, γ$2$]]
    Definition Classes
    FunctionK
  7. def andThen[H[_]](f: FunctionK[[γ$34$]Kleisli[M, CallableStatement, γ$34$], H]): FunctionK[CallableStatementOp, H]
    Definition Classes
    FunctionK
  8. final def apply[A](fa: CallableStatementOp[A]): Kleisli[M, CallableStatement, A]
    Definition Classes
    Visitor → FunctionK
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def cancel: Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  11. def canceled: Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  12. def clearBatch: Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  13. def clearParameters: Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  14. def clearWarnings: Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. def close: Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  17. def closeOnCompletion: Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  18. def compose[E[_]](f: FunctionK[E, CallableStatementOp]): FunctionK[E, [γ$34$]Kleisli[M, CallableStatement, γ$34$]]
    Definition Classes
    FunctionK
  19. def delay[A](thunk: ⇒ A): Kleisli[M, CallableStatement, A]
    Definition Classes
    CallableStatementInterpreterVisitor
  20. def embed[A](e: Embedded[A]): Kleisli[M, CallableStatement, A]
    Definition Classes
    CallableStatementInterpreterVisitor
  21. def enquoteIdentifier(a: String, b: Boolean): Kleisli[M, CallableStatement, String]
    Definition Classes
    CallableStatementInterpreterVisitor
  22. def enquoteLiteral(a: String): Kleisli[M, CallableStatement, String]
    Definition Classes
    CallableStatementInterpreterVisitor
  23. def enquoteNCharLiteral(a: String): Kleisli[M, CallableStatement, String]
    Definition Classes
    CallableStatementInterpreterVisitor
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def execute(a: String, b: Int): Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  27. def execute(a: String, b: Array[String]): Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  28. def execute(a: String, b: Array[Int]): Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  29. def execute(a: String): Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  30. def execute: Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  31. def executeBatch: Kleisli[M, CallableStatement, Array[Int]]
    Definition Classes
    CallableStatementInterpreterVisitor
  32. def executeLargeBatch: Kleisli[M, CallableStatement, Array[Long]]
    Definition Classes
    CallableStatementInterpreterVisitor
  33. def executeLargeUpdate(a: String, b: Int): Kleisli[M, CallableStatement, Long]
    Definition Classes
    CallableStatementInterpreterVisitor
  34. def executeLargeUpdate(a: String, b: Array[String]): Kleisli[M, CallableStatement, Long]
    Definition Classes
    CallableStatementInterpreterVisitor
  35. def executeLargeUpdate(a: String, b: Array[Int]): Kleisli[M, CallableStatement, Long]
    Definition Classes
    CallableStatementInterpreterVisitor
  36. def executeLargeUpdate(a: String): Kleisli[M, CallableStatement, Long]
    Definition Classes
    CallableStatementInterpreterVisitor
  37. def executeLargeUpdate: Kleisli[M, CallableStatement, Long]
    Definition Classes
    CallableStatementInterpreterVisitor
  38. def executeQuery(a: String): Kleisli[M, CallableStatement, ResultSet]
    Definition Classes
    CallableStatementInterpreterVisitor
  39. def executeQuery: Kleisli[M, CallableStatement, ResultSet]
    Definition Classes
    CallableStatementInterpreterVisitor
  40. def executeUpdate(a: String, b: Int): Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  41. def executeUpdate(a: String, b: Array[String]): Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  42. def executeUpdate(a: String, b: Array[Int]): Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  43. def executeUpdate(a: String): Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  44. def executeUpdate: Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  45. def forceR[A, B](fa: CallableStatementIO[A])(fb: CallableStatementIO[B]): Kleisli[M, CallableStatement, B]
    Definition Classes
    CallableStatementInterpreterVisitor
  46. def fromFuture[A](fut: CallableStatementIO[Future[A]]): Kleisli[M, CallableStatement, A]
    Definition Classes
    CallableStatementInterpreterVisitor
  47. def getArray(a: String): Kleisli[M, CallableStatement, Array]
    Definition Classes
    CallableStatementInterpreterVisitor
  48. def getArray(a: Int): Kleisli[M, CallableStatement, Array]
    Definition Classes
    CallableStatementInterpreterVisitor
  49. def getBigDecimal(a: String): Kleisli[M, CallableStatement, BigDecimal]
    Definition Classes
    CallableStatementInterpreterVisitor
  50. def getBigDecimal(a: Int): Kleisli[M, CallableStatement, BigDecimal]
    Definition Classes
    CallableStatementInterpreterVisitor
  51. def getBlob(a: String): Kleisli[M, CallableStatement, Blob]
    Definition Classes
    CallableStatementInterpreterVisitor
  52. def getBlob(a: Int): Kleisli[M, CallableStatement, Blob]
    Definition Classes
    CallableStatementInterpreterVisitor
  53. def getBoolean(a: String): Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  54. def getBoolean(a: Int): Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  55. def getByte(a: String): Kleisli[M, CallableStatement, Byte]
    Definition Classes
    CallableStatementInterpreterVisitor
  56. def getByte(a: Int): Kleisli[M, CallableStatement, Byte]
    Definition Classes
    CallableStatementInterpreterVisitor
  57. def getBytes(a: String): Kleisli[M, CallableStatement, Array[Byte]]
    Definition Classes
    CallableStatementInterpreterVisitor
  58. def getBytes(a: Int): Kleisli[M, CallableStatement, Array[Byte]]
    Definition Classes
    CallableStatementInterpreterVisitor
  59. def getCharacterStream(a: String): Kleisli[M, CallableStatement, Reader]
    Definition Classes
    CallableStatementInterpreterVisitor
  60. def getCharacterStream(a: Int): Kleisli[M, CallableStatement, Reader]
    Definition Classes
    CallableStatementInterpreterVisitor
  61. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  62. def getClob(a: String): Kleisli[M, CallableStatement, Clob]
    Definition Classes
    CallableStatementInterpreterVisitor
  63. def getClob(a: Int): Kleisli[M, CallableStatement, Clob]
    Definition Classes
    CallableStatementInterpreterVisitor
  64. def getConnection: Kleisli[M, CallableStatement, Connection]
    Definition Classes
    CallableStatementInterpreterVisitor
  65. def getDate(a: String, b: Calendar): Kleisli[M, CallableStatement, Date]
    Definition Classes
    CallableStatementInterpreterVisitor
  66. def getDate(a: String): Kleisli[M, CallableStatement, Date]
    Definition Classes
    CallableStatementInterpreterVisitor
  67. def getDate(a: Int, b: Calendar): Kleisli[M, CallableStatement, Date]
    Definition Classes
    CallableStatementInterpreterVisitor
  68. def getDate(a: Int): Kleisli[M, CallableStatement, Date]
    Definition Classes
    CallableStatementInterpreterVisitor
  69. def getDouble(a: String): Kleisli[M, CallableStatement, Double]
    Definition Classes
    CallableStatementInterpreterVisitor
  70. def getDouble(a: Int): Kleisli[M, CallableStatement, Double]
    Definition Classes
    CallableStatementInterpreterVisitor
  71. def getFetchDirection: Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  72. def getFetchSize: Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  73. def getFloat(a: String): Kleisli[M, CallableStatement, Float]
    Definition Classes
    CallableStatementInterpreterVisitor
  74. def getFloat(a: Int): Kleisli[M, CallableStatement, Float]
    Definition Classes
    CallableStatementInterpreterVisitor
  75. def getGeneratedKeys: Kleisli[M, CallableStatement, ResultSet]
    Definition Classes
    CallableStatementInterpreterVisitor
  76. def getInt(a: String): Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  77. def getInt(a: Int): Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  78. def getLargeMaxRows: Kleisli[M, CallableStatement, Long]
    Definition Classes
    CallableStatementInterpreterVisitor
  79. def getLargeUpdateCount: Kleisli[M, CallableStatement, Long]
    Definition Classes
    CallableStatementInterpreterVisitor
  80. def getLong(a: String): Kleisli[M, CallableStatement, Long]
    Definition Classes
    CallableStatementInterpreterVisitor
  81. def getLong(a: Int): Kleisli[M, CallableStatement, Long]
    Definition Classes
    CallableStatementInterpreterVisitor
  82. def getMaxFieldSize: Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  83. def getMaxRows: Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  84. def getMetaData: Kleisli[M, CallableStatement, ResultSetMetaData]
    Definition Classes
    CallableStatementInterpreterVisitor
  85. def getMoreResults(a: Int): Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  86. def getMoreResults: Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  87. def getNCharacterStream(a: String): Kleisli[M, CallableStatement, Reader]
    Definition Classes
    CallableStatementInterpreterVisitor
  88. def getNCharacterStream(a: Int): Kleisli[M, CallableStatement, Reader]
    Definition Classes
    CallableStatementInterpreterVisitor
  89. def getNClob(a: String): Kleisli[M, CallableStatement, NClob]
    Definition Classes
    CallableStatementInterpreterVisitor
  90. def getNClob(a: Int): Kleisli[M, CallableStatement, NClob]
    Definition Classes
    CallableStatementInterpreterVisitor
  91. def getNString(a: String): Kleisli[M, CallableStatement, String]
    Definition Classes
    CallableStatementInterpreterVisitor
  92. def getNString(a: Int): Kleisli[M, CallableStatement, String]
    Definition Classes
    CallableStatementInterpreterVisitor
  93. def getObject(a: String, b: Map[String, Class[_]]): Kleisli[M, CallableStatement, AnyRef]
    Definition Classes
    CallableStatementInterpreterVisitor
  94. def getObject[T](a: String, b: Class[T]): Kleisli[M, CallableStatement, T]
    Definition Classes
    CallableStatementInterpreterVisitor
  95. def getObject(a: String): Kleisli[M, CallableStatement, AnyRef]
    Definition Classes
    CallableStatementInterpreterVisitor
  96. def getObject(a: Int, b: Map[String, Class[_]]): Kleisli[M, CallableStatement, AnyRef]
    Definition Classes
    CallableStatementInterpreterVisitor
  97. def getObject[T](a: Int, b: Class[T]): Kleisli[M, CallableStatement, T]
    Definition Classes
    CallableStatementInterpreterVisitor
  98. def getObject(a: Int): Kleisli[M, CallableStatement, AnyRef]
    Definition Classes
    CallableStatementInterpreterVisitor
  99. def getParameterMetaData: Kleisli[M, CallableStatement, ParameterMetaData]
    Definition Classes
    CallableStatementInterpreterVisitor
  100. def getQueryTimeout: Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  101. def getRef(a: String): Kleisli[M, CallableStatement, Ref]
    Definition Classes
    CallableStatementInterpreterVisitor
  102. def getRef(a: Int): Kleisli[M, CallableStatement, Ref]
    Definition Classes
    CallableStatementInterpreterVisitor
  103. def getResultSet: Kleisli[M, CallableStatement, ResultSet]
    Definition Classes
    CallableStatementInterpreterVisitor
  104. def getResultSetConcurrency: Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  105. def getResultSetHoldability: Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  106. def getResultSetType: Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  107. def getRowId(a: String): Kleisli[M, CallableStatement, RowId]
    Definition Classes
    CallableStatementInterpreterVisitor
  108. def getRowId(a: Int): Kleisli[M, CallableStatement, RowId]
    Definition Classes
    CallableStatementInterpreterVisitor
  109. def getSQLXML(a: String): Kleisli[M, CallableStatement, SQLXML]
    Definition Classes
    CallableStatementInterpreterVisitor
  110. def getSQLXML(a: Int): Kleisli[M, CallableStatement, SQLXML]
    Definition Classes
    CallableStatementInterpreterVisitor
  111. def getShort(a: String): Kleisli[M, CallableStatement, Short]
    Definition Classes
    CallableStatementInterpreterVisitor
  112. def getShort(a: Int): Kleisli[M, CallableStatement, Short]
    Definition Classes
    CallableStatementInterpreterVisitor
  113. def getString(a: String): Kleisli[M, CallableStatement, String]
    Definition Classes
    CallableStatementInterpreterVisitor
  114. def getString(a: Int): Kleisli[M, CallableStatement, String]
    Definition Classes
    CallableStatementInterpreterVisitor
  115. def getTime(a: String, b: Calendar): Kleisli[M, CallableStatement, Time]
    Definition Classes
    CallableStatementInterpreterVisitor
  116. def getTime(a: String): Kleisli[M, CallableStatement, Time]
    Definition Classes
    CallableStatementInterpreterVisitor
  117. def getTime(a: Int, b: Calendar): Kleisli[M, CallableStatement, Time]
    Definition Classes
    CallableStatementInterpreterVisitor
  118. def getTime(a: Int): Kleisli[M, CallableStatement, Time]
    Definition Classes
    CallableStatementInterpreterVisitor
  119. def getTimestamp(a: String, b: Calendar): Kleisli[M, CallableStatement, Timestamp]
    Definition Classes
    CallableStatementInterpreterVisitor
  120. def getTimestamp(a: String): Kleisli[M, CallableStatement, Timestamp]
    Definition Classes
    CallableStatementInterpreterVisitor
  121. def getTimestamp(a: Int, b: Calendar): Kleisli[M, CallableStatement, Timestamp]
    Definition Classes
    CallableStatementInterpreterVisitor
  122. def getTimestamp(a: Int): Kleisli[M, CallableStatement, Timestamp]
    Definition Classes
    CallableStatementInterpreterVisitor
  123. def getURL(a: String): Kleisli[M, CallableStatement, URL]
    Definition Classes
    CallableStatementInterpreterVisitor
  124. def getURL(a: Int): Kleisli[M, CallableStatement, URL]
    Definition Classes
    CallableStatementInterpreterVisitor
  125. def getUpdateCount: Kleisli[M, CallableStatement, Int]
    Definition Classes
    CallableStatementInterpreterVisitor
  126. def getWarnings: Kleisli[M, CallableStatement, SQLWarning]
    Definition Classes
    CallableStatementInterpreterVisitor
  127. def handleErrorWith[A](fa: CallableStatementIO[A])(f: (Throwable) ⇒ CallableStatementIO[A]): Kleisli[M, CallableStatement, A]
    Definition Classes
    CallableStatementInterpreterVisitor
  128. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  129. def isCloseOnCompletion: Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  130. def isClosed: Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  131. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  132. def isPoolable: Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  133. def isSimpleIdentifier(a: String): Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  134. def isWrapperFor(a: Class[_]): Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  135. def monotonic: Kleisli[M, CallableStatement, FiniteDuration]
    Definition Classes
    CallableStatementInterpreterVisitor
  136. def narrow[F0[x] <: CallableStatementOp[x]]: FunctionK[F0, [γ$34$]Kleisli[M, CallableStatement, γ$34$]]
    Definition Classes
    FunctionK
  137. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  138. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  139. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  140. def onCancel[A](fa: CallableStatementIO[A], fin: CallableStatementIO[Unit]): Kleisli[M, CallableStatement, A]
    Definition Classes
    CallableStatementInterpreterVisitor
  141. def or[H[_]](h: FunctionK[H, [γ$34$]Kleisli[M, CallableStatement, γ$34$]]): FunctionK[[γ$0$]EitherK[CallableStatementOp, H, γ$0$], [γ$34$]Kleisli[M, CallableStatement, γ$34$]]
    Definition Classes
    FunctionK
  142. def poll[A](poll: Any, fa: CallableStatementIO[A]): Kleisli[M, CallableStatement, A]
    Definition Classes
    CallableStatementInterpreterVisitor
  143. def raiseError[A](e: Throwable): Kleisli[M, CallableStatement, A]
    Definition Classes
    CallableStatementInterpreterVisitor
  144. def raw[A](f: (CallableStatement) ⇒ A): Kleisli[M, CallableStatement, A]
    Definition Classes
    CallableStatementInterpreterVisitor
  145. def realTime: Kleisli[M, CallableStatement, FiniteDuration]
    Definition Classes
    CallableStatementInterpreterVisitor
  146. def registerOutParameter(a: String, b: SQLType, c: String): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  147. def registerOutParameter(a: String, b: SQLType, c: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  148. def registerOutParameter(a: String, b: SQLType): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  149. def registerOutParameter(a: String, b: Int, c: String): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  150. def registerOutParameter(a: String, b: Int, c: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  151. def registerOutParameter(a: String, b: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  152. def registerOutParameter(a: Int, b: SQLType, c: String): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  153. def registerOutParameter(a: Int, b: SQLType, c: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  154. def registerOutParameter(a: Int, b: SQLType): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  155. def registerOutParameter(a: Int, b: Int, c: String): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  156. def registerOutParameter(a: Int, b: Int, c: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  157. def registerOutParameter(a: Int, b: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  158. def setArray(a: Int, b: Array): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  159. def setAsciiStream(a: String, b: InputStream, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  160. def setAsciiStream(a: String, b: InputStream, c: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  161. def setAsciiStream(a: String, b: InputStream): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  162. def setAsciiStream(a: Int, b: InputStream, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  163. def setAsciiStream(a: Int, b: InputStream, c: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  164. def setAsciiStream(a: Int, b: InputStream): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  165. def setBigDecimal(a: String, b: BigDecimal): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  166. def setBigDecimal(a: Int, b: BigDecimal): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  167. def setBinaryStream(a: String, b: InputStream, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  168. def setBinaryStream(a: String, b: InputStream, c: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  169. def setBinaryStream(a: String, b: InputStream): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  170. def setBinaryStream(a: Int, b: InputStream, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  171. def setBinaryStream(a: Int, b: InputStream, c: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  172. def setBinaryStream(a: Int, b: InputStream): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  173. def setBlob(a: String, b: InputStream, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  174. def setBlob(a: String, b: InputStream): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  175. def setBlob(a: String, b: Blob): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  176. def setBlob(a: Int, b: InputStream, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  177. def setBlob(a: Int, b: InputStream): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  178. def setBlob(a: Int, b: Blob): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  179. def setBoolean(a: String, b: Boolean): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  180. def setBoolean(a: Int, b: Boolean): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  181. def setByte(a: String, b: Byte): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  182. def setByte(a: Int, b: Byte): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  183. def setBytes(a: String, b: Array[Byte]): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  184. def setBytes(a: Int, b: Array[Byte]): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  185. def setCharacterStream(a: String, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  186. def setCharacterStream(a: String, b: Reader, c: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  187. def setCharacterStream(a: String, b: Reader): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  188. def setCharacterStream(a: Int, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  189. def setCharacterStream(a: Int, b: Reader, c: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  190. def setCharacterStream(a: Int, b: Reader): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  191. def setClob(a: String, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  192. def setClob(a: String, b: Reader): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  193. def setClob(a: String, b: Clob): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  194. def setClob(a: Int, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  195. def setClob(a: Int, b: Reader): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  196. def setClob(a: Int, b: Clob): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  197. def setCursorName(a: String): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  198. def setDate(a: String, b: Date, c: Calendar): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  199. def setDate(a: String, b: Date): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  200. def setDate(a: Int, b: Date, c: Calendar): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  201. def setDate(a: Int, b: Date): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  202. def setDouble(a: String, b: Double): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  203. def setDouble(a: Int, b: Double): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  204. def setEscapeProcessing(a: Boolean): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  205. def setFetchDirection(a: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  206. def setFetchSize(a: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  207. def setFloat(a: String, b: Float): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  208. def setFloat(a: Int, b: Float): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  209. def setInt(a: String, b: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  210. def setInt(a: Int, b: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  211. def setLargeMaxRows(a: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  212. def setLong(a: String, b: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  213. def setLong(a: Int, b: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  214. def setMaxFieldSize(a: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  215. def setMaxRows(a: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  216. def setNCharacterStream(a: String, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  217. def setNCharacterStream(a: String, b: Reader): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  218. def setNCharacterStream(a: Int, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  219. def setNCharacterStream(a: Int, b: Reader): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  220. def setNClob(a: String, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  221. def setNClob(a: String, b: Reader): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  222. def setNClob(a: String, b: NClob): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  223. def setNClob(a: Int, b: Reader, c: Long): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  224. def setNClob(a: Int, b: Reader): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  225. def setNClob(a: Int, b: NClob): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  226. def setNString(a: String, b: String): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  227. def setNString(a: Int, b: String): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  228. def setNull(a: String, b: Int, c: String): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  229. def setNull(a: String, b: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  230. def setNull(a: Int, b: Int, c: String): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  231. def setNull(a: Int, b: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  232. def setObject(a: String, b: AnyRef, c: SQLType, d: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  233. def setObject(a: String, b: AnyRef, c: SQLType): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  234. def setObject(a: String, b: AnyRef, c: Int, d: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  235. def setObject(a: String, b: AnyRef, c: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  236. def setObject(a: String, b: AnyRef): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  237. def setObject(a: Int, b: AnyRef, c: SQLType, d: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  238. def setObject(a: Int, b: AnyRef, c: SQLType): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  239. def setObject(a: Int, b: AnyRef, c: Int, d: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  240. def setObject(a: Int, b: AnyRef, c: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  241. def setObject(a: Int, b: AnyRef): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  242. def setPoolable(a: Boolean): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  243. def setQueryTimeout(a: Int): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  244. def setRef(a: Int, b: Ref): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  245. def setRowId(a: String, b: RowId): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  246. def setRowId(a: Int, b: RowId): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  247. def setSQLXML(a: String, b: SQLXML): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  248. def setSQLXML(a: Int, b: SQLXML): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  249. def setShort(a: String, b: Short): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  250. def setShort(a: Int, b: Short): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  251. def setString(a: String, b: String): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  252. def setString(a: Int, b: String): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  253. def setTime(a: String, b: Time, c: Calendar): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  254. def setTime(a: String, b: Time): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  255. def setTime(a: Int, b: Time, c: Calendar): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  256. def setTime(a: Int, b: Time): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  257. def setTimestamp(a: String, b: Timestamp, c: Calendar): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  258. def setTimestamp(a: String, b: Timestamp): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  259. def setTimestamp(a: Int, b: Timestamp, c: Calendar): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  260. def setTimestamp(a: Int, b: Timestamp): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  261. def setURL(a: String, b: URL): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  262. def setURL(a: Int, b: URL): Kleisli[M, CallableStatement, Unit]
    Definition Classes
    CallableStatementInterpreterVisitor
  263. def suspend[A](hint: Type)(thunk: ⇒ A): Kleisli[M, CallableStatement, A]
    Definition Classes
    CallableStatementInterpreterVisitor
  264. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  265. def toString(): String
    Definition Classes
    AnyRef → Any
  266. def uncancelable[A](body: (Poll[CallableStatementIO]) ⇒ CallableStatementIO[A]): Kleisli[M, CallableStatement, A]
    Definition Classes
    CallableStatementInterpreterVisitor
  267. def unwrap[T](a: Class[T]): Kleisli[M, CallableStatement, T]
    Definition Classes
    CallableStatementInterpreterVisitor
  268. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  269. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  270. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  271. def wasNull: Kleisli[M, CallableStatement, Boolean]
    Definition Classes
    CallableStatementInterpreterVisitor
  272. def widen[G0[x] >: Kleisli[M, CallableStatement, x]]: FunctionK[CallableStatementOp, 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[[γ$34$]Kleisli[M, CallableStatement, γ$34$]]

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped