o

doobie.free

callablestatement

object callablestatement

Annotations
@SuppressWarnings()
Source
callablestatement.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. callablestatement
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CallableStatementIO[A] = Free[CallableStatementOp, A]
  2. sealed trait CallableStatementOp[A] extends AnyRef

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

Inherited from AnyRef

Inherited from Any

Ungrouped