Object/Trait

doobie.free.statement

StatementOp

Related Docs: trait StatementOp | package statement

Permalink

object StatementOp

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

Type Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  5. object ClearBatch extends StatementOp[Unit] with Product with Serializable

    Permalink
  6. object ClearWarnings extends StatementOp[Unit] with Product with Serializable

    Permalink
  7. object Close extends StatementOp[Unit] with Product with Serializable

    Permalink
  8. object CloseOnCompletion extends StatementOp[Unit] with Product with Serializable

    Permalink
  9. object ExecuteBatch extends StatementOp[Array[Int]] with Product with Serializable

    Permalink
  10. object ExecuteLargeBatch extends StatementOp[Array[Long]] with Product with Serializable

    Permalink
  11. object GetConnection extends StatementOp[Connection] with Product with Serializable

    Permalink
  12. object GetFetchDirection extends StatementOp[Int] with Product with Serializable

    Permalink
  13. object GetFetchSize extends StatementOp[Int] with Product with Serializable

    Permalink
  14. object GetGeneratedKeys extends StatementOp[ResultSet] with Product with Serializable

    Permalink
  15. object GetLargeMaxRows extends StatementOp[Long] with Product with Serializable

    Permalink
  16. object GetLargeUpdateCount extends StatementOp[Long] with Product with Serializable

    Permalink
  17. object GetMaxFieldSize extends StatementOp[Int] with Product with Serializable

    Permalink
  18. object GetMaxRows extends StatementOp[Int] with Product with Serializable

    Permalink
  19. object GetMoreResults extends StatementOp[Boolean] with Product with Serializable

    Permalink
  20. object GetQueryTimeout extends StatementOp[Int] with Product with Serializable

    Permalink
  21. object GetResultSet extends StatementOp[ResultSet] with Product with Serializable

    Permalink
  22. object GetResultSetConcurrency extends StatementOp[Int] with Product with Serializable

    Permalink
  23. object GetResultSetHoldability extends StatementOp[Int] with Product with Serializable

    Permalink
  24. object GetResultSetType extends StatementOp[Int] with Product with Serializable

    Permalink
  25. object GetUpdateCount extends StatementOp[Int] with Product with Serializable

    Permalink
  26. object GetWarnings extends StatementOp[SQLWarning] with Product with Serializable

    Permalink
  27. object IsCloseOnCompletion extends StatementOp[Boolean] with Product with Serializable

    Permalink
  28. object IsClosed extends StatementOp[Boolean] with Product with Serializable

    Permalink
  29. object IsPoolable extends StatementOp[Boolean] with Product with Serializable

    Permalink
  30. implicit val StatementOpEmbeddable: Embeddable[StatementOp, Statement]

    Permalink
  31. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped