Object/Trait

doobie.free.callablestatement

CallableStatementOp

Related Docs: trait CallableStatementOp | package callablestatement

Permalink

object CallableStatementOp

Source
callablestatement.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CallableStatementOp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class AddBatch1(a: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  2. final case class Async1[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit) extends CallableStatementOp[A] with Product with Serializable

    Permalink
  3. final case class Delay[A](a: () ⇒ A) extends CallableStatementOp[A] with Product with Serializable

    Permalink
  4. final case class Embed[A](e: Embedded[A]) extends CallableStatementOp[A] with Product with Serializable

    Permalink
  5. final case class Execute1(a: String) extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  6. final case class Execute2(a: String, b: Array[Int]) extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  7. final case class Execute3(a: String, b: Array[String]) extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  8. final case class Execute4(a: String, b: Int) extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  9. final case class ExecuteLargeUpdate1(a: String) extends CallableStatementOp[Long] with Product with Serializable

    Permalink
  10. final case class ExecuteLargeUpdate2(a: String, b: Array[Int]) extends CallableStatementOp[Long] with Product with Serializable

    Permalink
  11. final case class ExecuteLargeUpdate3(a: String, b: Array[String]) extends CallableStatementOp[Long] with Product with Serializable

    Permalink
  12. final case class ExecuteLargeUpdate4(a: String, b: Int) extends CallableStatementOp[Long] with Product with Serializable

    Permalink
  13. final case class ExecuteQuery1(a: String) extends CallableStatementOp[ResultSet] with Product with Serializable

    Permalink
  14. final case class ExecuteUpdate1(a: String) extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  15. final case class ExecuteUpdate2(a: String, b: Array[Int]) extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  16. final case class ExecuteUpdate3(a: String, b: Array[String]) extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  17. final case class ExecuteUpdate4(a: String, b: Int) extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  18. final case class GetArray(a: Int) extends CallableStatementOp[Array] with Product with Serializable

    Permalink
  19. final case class GetArray1(a: String) extends CallableStatementOp[Array] with Product with Serializable

    Permalink
  20. final case class GetBigDecimal(a: Int) extends CallableStatementOp[BigDecimal] with Product with Serializable

    Permalink
  21. final case class GetBigDecimal1(a: Int, b: Int) extends CallableStatementOp[BigDecimal] with Product with Serializable

    Permalink
  22. final case class GetBigDecimal2(a: String) extends CallableStatementOp[BigDecimal] with Product with Serializable

    Permalink
  23. final case class GetBlob(a: Int) extends CallableStatementOp[Blob] with Product with Serializable

    Permalink
  24. final case class GetBlob1(a: String) extends CallableStatementOp[Blob] with Product with Serializable

    Permalink
  25. final case class GetBoolean(a: Int) extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  26. final case class GetBoolean1(a: String) extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  27. final case class GetByte(a: Int) extends CallableStatementOp[Byte] with Product with Serializable

    Permalink
  28. final case class GetByte1(a: String) extends CallableStatementOp[Byte] with Product with Serializable

    Permalink
  29. final case class GetBytes(a: Int) extends CallableStatementOp[Array[Byte]] with Product with Serializable

    Permalink
  30. final case class GetBytes1(a: String) extends CallableStatementOp[Array[Byte]] with Product with Serializable

    Permalink
  31. final case class GetCharacterStream(a: Int) extends CallableStatementOp[Reader] with Product with Serializable

    Permalink
  32. final case class GetCharacterStream1(a: String) extends CallableStatementOp[Reader] with Product with Serializable

    Permalink
  33. final case class GetClob(a: Int) extends CallableStatementOp[Clob] with Product with Serializable

    Permalink
  34. final case class GetClob1(a: String) extends CallableStatementOp[Clob] with Product with Serializable

    Permalink
  35. final case class GetDate(a: Int) extends CallableStatementOp[Date] with Product with Serializable

    Permalink
  36. final case class GetDate1(a: Int, b: Calendar) extends CallableStatementOp[Date] with Product with Serializable

    Permalink
  37. final case class GetDate2(a: String) extends CallableStatementOp[Date] with Product with Serializable

    Permalink
  38. final case class GetDate3(a: String, b: Calendar) extends CallableStatementOp[Date] with Product with Serializable

    Permalink
  39. final case class GetDouble(a: Int) extends CallableStatementOp[Double] with Product with Serializable

    Permalink
  40. final case class GetDouble1(a: String) extends CallableStatementOp[Double] with Product with Serializable

    Permalink
  41. final case class GetFloat(a: Int) extends CallableStatementOp[Float] with Product with Serializable

    Permalink
  42. final case class GetFloat1(a: String) extends CallableStatementOp[Float] with Product with Serializable

    Permalink
  43. final case class GetInt(a: Int) extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  44. final case class GetInt1(a: String) extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  45. final case class GetLong(a: Int) extends CallableStatementOp[Long] with Product with Serializable

    Permalink
  46. final case class GetLong1(a: String) extends CallableStatementOp[Long] with Product with Serializable

    Permalink
  47. final case class GetMoreResults1(a: Int) extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  48. final case class GetNCharacterStream(a: Int) extends CallableStatementOp[Reader] with Product with Serializable

    Permalink
  49. final case class GetNCharacterStream1(a: String) extends CallableStatementOp[Reader] with Product with Serializable

    Permalink
  50. final case class GetNClob(a: Int) extends CallableStatementOp[NClob] with Product with Serializable

    Permalink
  51. final case class GetNClob1(a: String) extends CallableStatementOp[NClob] with Product with Serializable

    Permalink
  52. final case class GetNString(a: Int) extends CallableStatementOp[String] with Product with Serializable

    Permalink
  53. final case class GetNString1(a: String) extends CallableStatementOp[String] with Product with Serializable

    Permalink
  54. final case class GetObject(a: Int) extends CallableStatementOp[AnyRef] with Product with Serializable

    Permalink
  55. final case class GetObject1[T](a: Int, b: Class[T]) extends CallableStatementOp[T] with Product with Serializable

    Permalink
  56. final case class GetObject2(a: Int, b: Map[String, Class[_]]) extends CallableStatementOp[AnyRef] with Product with Serializable

    Permalink
  57. final case class GetObject3(a: String) extends CallableStatementOp[AnyRef] with Product with Serializable

    Permalink
  58. final case class GetObject4[T](a: String, b: Class[T]) extends CallableStatementOp[T] with Product with Serializable

    Permalink
  59. final case class GetObject5(a: String, b: Map[String, Class[_]]) extends CallableStatementOp[AnyRef] with Product with Serializable

    Permalink
  60. final case class GetRef(a: Int) extends CallableStatementOp[Ref] with Product with Serializable

    Permalink
  61. final case class GetRef1(a: String) extends CallableStatementOp[Ref] with Product with Serializable

    Permalink
  62. final case class GetRowId(a: Int) extends CallableStatementOp[RowId] with Product with Serializable

    Permalink
  63. final case class GetRowId1(a: String) extends CallableStatementOp[RowId] with Product with Serializable

    Permalink
  64. final case class GetSQLXML(a: Int) extends CallableStatementOp[SQLXML] with Product with Serializable

    Permalink
  65. final case class GetSQLXML1(a: String) extends CallableStatementOp[SQLXML] with Product with Serializable

    Permalink
  66. final case class GetShort(a: Int) extends CallableStatementOp[Short] with Product with Serializable

    Permalink
  67. final case class GetShort1(a: String) extends CallableStatementOp[Short] with Product with Serializable

    Permalink
  68. final case class GetString(a: Int) extends CallableStatementOp[String] with Product with Serializable

    Permalink
  69. final case class GetString1(a: String) extends CallableStatementOp[String] with Product with Serializable

    Permalink
  70. final case class GetTime(a: Int) extends CallableStatementOp[Time] with Product with Serializable

    Permalink
  71. final case class GetTime1(a: Int, b: Calendar) extends CallableStatementOp[Time] with Product with Serializable

    Permalink
  72. final case class GetTime2(a: String) extends CallableStatementOp[Time] with Product with Serializable

    Permalink
  73. final case class GetTime3(a: String, b: Calendar) extends CallableStatementOp[Time] with Product with Serializable

    Permalink
  74. final case class GetTimestamp(a: Int) extends CallableStatementOp[Timestamp] with Product with Serializable

    Permalink
  75. final case class GetTimestamp1(a: Int, b: Calendar) extends CallableStatementOp[Timestamp] with Product with Serializable

    Permalink
  76. final case class GetTimestamp2(a: String) extends CallableStatementOp[Timestamp] with Product with Serializable

    Permalink
  77. final case class GetTimestamp3(a: String, b: Calendar) extends CallableStatementOp[Timestamp] with Product with Serializable

    Permalink
  78. final case class GetURL(a: Int) extends CallableStatementOp[URL] with Product with Serializable

    Permalink
  79. final case class GetURL1(a: String) extends CallableStatementOp[URL] with Product with Serializable

    Permalink
  80. final case class HandleErrorWith[A](fa: CallableStatementIO[A], f: (Throwable) ⇒ CallableStatementIO[A]) extends CallableStatementOp[A] with Product with Serializable

    Permalink
  81. final case class IsWrapperFor(a: Class[_]) extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  82. final case class Raw[A](f: (CallableStatement) ⇒ A) extends CallableStatementOp[A] with Product with Serializable

    Permalink
  83. final case class RegisterOutParameter(a: Int, b: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  84. final case class RegisterOutParameter1(a: Int, b: Int, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  85. final case class RegisterOutParameter10(a: String, b: SQLType, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  86. final case class RegisterOutParameter11(a: String, b: SQLType, c: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  87. final case class RegisterOutParameter2(a: Int, b: Int, c: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  88. final case class RegisterOutParameter3(a: Int, b: SQLType) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  89. final case class RegisterOutParameter4(a: Int, b: SQLType, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  90. final case class RegisterOutParameter5(a: Int, b: SQLType, c: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  91. final case class RegisterOutParameter6(a: String, b: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  92. final case class RegisterOutParameter7(a: String, b: Int, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  93. final case class RegisterOutParameter8(a: String, b: Int, c: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  94. final case class RegisterOutParameter9(a: String, b: SQLType) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  95. final case class SetArray(a: Int, b: Array) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  96. final case class SetAsciiStream(a: Int, b: InputStream) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  97. final case class SetAsciiStream1(a: Int, b: InputStream, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  98. final case class SetAsciiStream2(a: Int, b: InputStream, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  99. final case class SetAsciiStream3(a: String, b: InputStream) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  100. final case class SetAsciiStream4(a: String, b: InputStream, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  101. final case class SetAsciiStream5(a: String, b: InputStream, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  102. final case class SetBigDecimal(a: Int, b: BigDecimal) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  103. final case class SetBigDecimal1(a: String, b: BigDecimal) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  104. final case class SetBinaryStream(a: Int, b: InputStream) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  105. final case class SetBinaryStream1(a: Int, b: InputStream, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  106. final case class SetBinaryStream2(a: Int, b: InputStream, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  107. final case class SetBinaryStream3(a: String, b: InputStream) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  108. final case class SetBinaryStream4(a: String, b: InputStream, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  109. final case class SetBinaryStream5(a: String, b: InputStream, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  110. final case class SetBlob(a: Int, b: Blob) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  111. final case class SetBlob1(a: Int, b: InputStream) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  112. final case class SetBlob2(a: Int, b: InputStream, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  113. final case class SetBlob3(a: String, b: Blob) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  114. final case class SetBlob4(a: String, b: InputStream) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  115. final case class SetBlob5(a: String, b: InputStream, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  116. final case class SetBoolean(a: Int, b: Boolean) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  117. final case class SetBoolean1(a: String, b: Boolean) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  118. final case class SetByte(a: Int, b: Byte) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  119. final case class SetByte1(a: String, b: Byte) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  120. final case class SetBytes(a: Int, b: Array[Byte]) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  121. final case class SetBytes1(a: String, b: Array[Byte]) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  122. final case class SetCharacterStream(a: Int, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  123. final case class SetCharacterStream1(a: Int, b: Reader, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  124. final case class SetCharacterStream2(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  125. final case class SetCharacterStream3(a: String, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  126. final case class SetCharacterStream4(a: String, b: Reader, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  127. final case class SetCharacterStream5(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  128. final case class SetClob(a: Int, b: Clob) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  129. final case class SetClob1(a: Int, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  130. final case class SetClob2(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  131. final case class SetClob3(a: String, b: Clob) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  132. final case class SetClob4(a: String, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  133. final case class SetClob5(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  134. final case class SetCursorName(a: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  135. final case class SetDate(a: Int, b: Date) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  136. final case class SetDate1(a: Int, b: Date, c: Calendar) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  137. final case class SetDate2(a: String, b: Date) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  138. final case class SetDate3(a: String, b: Date, c: Calendar) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  139. final case class SetDouble(a: Int, b: Double) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  140. final case class SetDouble1(a: String, b: Double) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  141. final case class SetEscapeProcessing(a: Boolean) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  142. final case class SetFetchDirection(a: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  143. final case class SetFetchSize(a: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  144. final case class SetFloat(a: Int, b: Float) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  145. final case class SetFloat1(a: String, b: Float) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  146. final case class SetInt(a: Int, b: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  147. final case class SetInt1(a: String, b: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  148. final case class SetLargeMaxRows(a: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  149. final case class SetLong(a: Int, b: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  150. final case class SetLong1(a: String, b: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  151. final case class SetMaxFieldSize(a: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  152. final case class SetMaxRows(a: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  153. final case class SetNCharacterStream(a: Int, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  154. final case class SetNCharacterStream1(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  155. final case class SetNCharacterStream2(a: String, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  156. final case class SetNCharacterStream3(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  157. final case class SetNClob(a: Int, b: NClob) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  158. final case class SetNClob1(a: Int, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  159. final case class SetNClob2(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  160. final case class SetNClob3(a: String, b: NClob) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  161. final case class SetNClob4(a: String, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  162. final case class SetNClob5(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  163. final case class SetNString(a: Int, b: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  164. final case class SetNString1(a: String, b: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  165. final case class SetNull(a: Int, b: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  166. final case class SetNull1(a: Int, b: Int, c: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  167. final case class SetNull2(a: String, b: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  168. final case class SetNull3(a: String, b: Int, c: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  169. final case class SetObject(a: Int, b: AnyRef) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  170. final case class SetObject1(a: Int, b: AnyRef, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  171. final case class SetObject2(a: Int, b: AnyRef, c: Int, d: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  172. final case class SetObject3(a: Int, b: AnyRef, c: SQLType) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  173. final case class SetObject4(a: Int, b: AnyRef, c: SQLType, d: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  174. final case class SetObject5(a: String, b: AnyRef) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  175. final case class SetObject6(a: String, b: AnyRef, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  176. final case class SetObject7(a: String, b: AnyRef, c: Int, d: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  177. final case class SetObject8(a: String, b: AnyRef, c: SQLType) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  178. final case class SetObject9(a: String, b: AnyRef, c: SQLType, d: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  179. final case class SetPoolable(a: Boolean) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  180. final case class SetQueryTimeout(a: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  181. final case class SetRef(a: Int, b: Ref) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  182. final case class SetRowId(a: Int, b: RowId) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  183. final case class SetRowId1(a: String, b: RowId) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  184. final case class SetSQLXML(a: Int, b: SQLXML) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  185. final case class SetSQLXML1(a: String, b: SQLXML) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  186. final case class SetShort(a: Int, b: Short) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  187. final case class SetShort1(a: String, b: Short) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  188. final case class SetString(a: Int, b: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  189. final case class SetString1(a: String, b: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  190. final case class SetTime(a: Int, b: Time) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  191. final case class SetTime1(a: Int, b: Time, c: Calendar) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  192. final case class SetTime2(a: String, b: Time) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  193. final case class SetTime3(a: String, b: Time, c: Calendar) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  194. final case class SetTimestamp(a: Int, b: Timestamp) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  195. final case class SetTimestamp1(a: Int, b: Timestamp, c: Calendar) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  196. final case class SetTimestamp2(a: String, b: Timestamp) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  197. final case class SetTimestamp3(a: String, b: Timestamp, c: Calendar) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  198. final case class SetURL(a: Int, b: URL) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  199. final case class SetURL1(a: String, b: URL) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  200. final case class SetUnicodeStream(a: Int, b: InputStream, c: Int) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  201. final case class Unwrap[T](a: Class[T]) extends CallableStatementOp[T] with Product with Serializable

    Permalink
  202. trait Visitor[F[_]] extends ~>[CallableStatementOp, F]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object AddBatch extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  5. implicit val CallableStatementOpEmbeddable: Embeddable[CallableStatementOp, CallableStatement]

    Permalink
  6. object Cancel extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  7. object ClearBatch extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  8. object ClearParameters extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  9. object ClearWarnings extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  10. object Close extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  11. object CloseOnCompletion extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  12. object Execute extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  13. object ExecuteBatch extends CallableStatementOp[Array[Int]] with Product with Serializable

    Permalink
  14. object ExecuteLargeBatch extends CallableStatementOp[Array[Long]] with Product with Serializable

    Permalink
  15. object ExecuteLargeUpdate extends CallableStatementOp[Long] with Product with Serializable

    Permalink
  16. object ExecuteQuery extends CallableStatementOp[ResultSet] with Product with Serializable

    Permalink
  17. object ExecuteUpdate extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  18. object GetConnection extends CallableStatementOp[Connection] with Product with Serializable

    Permalink
  19. object GetFetchDirection extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  20. object GetFetchSize extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  21. object GetGeneratedKeys extends CallableStatementOp[ResultSet] with Product with Serializable

    Permalink
  22. object GetLargeMaxRows extends CallableStatementOp[Long] with Product with Serializable

    Permalink
  23. object GetLargeUpdateCount extends CallableStatementOp[Long] with Product with Serializable

    Permalink
  24. object GetMaxFieldSize extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  25. object GetMaxRows extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  26. object GetMetaData extends CallableStatementOp[ResultSetMetaData] with Product with Serializable

    Permalink
  27. object GetMoreResults extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  28. object GetParameterMetaData extends CallableStatementOp[ParameterMetaData] with Product with Serializable

    Permalink
  29. object GetQueryTimeout extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  30. object GetResultSet extends CallableStatementOp[ResultSet] with Product with Serializable

    Permalink
  31. object GetResultSetConcurrency extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  32. object GetResultSetHoldability extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  33. object GetResultSetType extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  34. object GetUpdateCount extends CallableStatementOp[Int] with Product with Serializable

    Permalink
  35. object GetWarnings extends CallableStatementOp[SQLWarning] with Product with Serializable

    Permalink
  36. object IsCloseOnCompletion extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  37. object IsClosed extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  38. object IsPoolable extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  39. object WasNull extends CallableStatementOp[Boolean] with Product with Serializable

    Permalink
  40. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  41. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  44. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  46. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  47. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  48. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  51. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  53. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped