t

doobie.free.KleisliInterpreter

CallableStatementInterpreter

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