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. case class AddBatch1(a: String) extends CallableStatementOp[Unit] with Product with Serializable

    Permalink
  2. case class Attempt[A](fa: CallableStatementIO[A]) extends CallableStatementOp[Either[Throwable, A]] with Product with Serializable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  201. 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