Object/Trait

doobie.free.preparedstatement

PreparedStatementOp

Related Docs: trait PreparedStatementOp | package preparedstatement

Permalink

object PreparedStatementOp

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

Type Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  20. case class Raw[A](f: (PreparedStatement) ⇒ A) extends PreparedStatementOp[A] with Product with Serializable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  81. trait Visitor[F[_]] extends ~>[PreparedStatementOp, 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 PreparedStatementOp[Unit] with Product with Serializable

    Permalink
  5. object Cancel extends PreparedStatementOp[Unit] with Product with Serializable

    Permalink
  6. object ClearBatch extends PreparedStatementOp[Unit] with Product with Serializable

    Permalink
  7. object ClearParameters extends PreparedStatementOp[Unit] with Product with Serializable

    Permalink
  8. object ClearWarnings extends PreparedStatementOp[Unit] with Product with Serializable

    Permalink
  9. object Close extends PreparedStatementOp[Unit] with Product with Serializable

    Permalink
  10. object CloseOnCompletion extends PreparedStatementOp[Unit] with Product with Serializable

    Permalink
  11. object Execute extends PreparedStatementOp[Boolean] with Product with Serializable

    Permalink
  12. object ExecuteBatch extends PreparedStatementOp[Array[Int]] with Product with Serializable

    Permalink
  13. object ExecuteLargeBatch extends PreparedStatementOp[Array[Long]] with Product with Serializable

    Permalink
  14. object ExecuteLargeUpdate extends PreparedStatementOp[Long] with Product with Serializable

    Permalink
  15. object ExecuteQuery extends PreparedStatementOp[ResultSet] with Product with Serializable

    Permalink
  16. object ExecuteUpdate extends PreparedStatementOp[Int] with Product with Serializable

    Permalink
  17. object GetConnection extends PreparedStatementOp[Connection] with Product with Serializable

    Permalink
  18. object GetFetchDirection extends PreparedStatementOp[Int] with Product with Serializable

    Permalink
  19. object GetFetchSize extends PreparedStatementOp[Int] with Product with Serializable

    Permalink
  20. object GetGeneratedKeys extends PreparedStatementOp[ResultSet] with Product with Serializable

    Permalink
  21. object GetLargeMaxRows extends PreparedStatementOp[Long] with Product with Serializable

    Permalink
  22. object GetLargeUpdateCount extends PreparedStatementOp[Long] with Product with Serializable

    Permalink
  23. object GetMaxFieldSize extends PreparedStatementOp[Int] with Product with Serializable

    Permalink
  24. object GetMaxRows extends PreparedStatementOp[Int] with Product with Serializable

    Permalink
  25. object GetMetaData extends PreparedStatementOp[ResultSetMetaData] with Product with Serializable

    Permalink
  26. object GetMoreResults extends PreparedStatementOp[Boolean] with Product with Serializable

    Permalink
  27. object GetParameterMetaData extends PreparedStatementOp[ParameterMetaData] with Product with Serializable

    Permalink
  28. object GetQueryTimeout extends PreparedStatementOp[Int] with Product with Serializable

    Permalink
  29. object GetResultSet extends PreparedStatementOp[ResultSet] with Product with Serializable

    Permalink
  30. object GetResultSetConcurrency extends PreparedStatementOp[Int] with Product with Serializable

    Permalink
  31. object GetResultSetHoldability extends PreparedStatementOp[Int] with Product with Serializable

    Permalink
  32. object GetResultSetType extends PreparedStatementOp[Int] with Product with Serializable

    Permalink
  33. object GetUpdateCount extends PreparedStatementOp[Int] with Product with Serializable

    Permalink
  34. object GetWarnings extends PreparedStatementOp[SQLWarning] with Product with Serializable

    Permalink
  35. object IsCloseOnCompletion extends PreparedStatementOp[Boolean] with Product with Serializable

    Permalink
  36. object IsClosed extends PreparedStatementOp[Boolean] with Product with Serializable

    Permalink
  37. object IsPoolable extends PreparedStatementOp[Boolean] with Product with Serializable

    Permalink
  38. implicit val PreparedStatementOpEmbeddable: Embeddable[PreparedStatementOp, PreparedStatement]

    Permalink
  39. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped