Object/Trait

doobie.free.connection

ConnectionOp

Related Docs: trait ConnectionOp | package connection

Permalink

object ConnectionOp

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

Type Members

  1. case class Abort(a: Executor) extends ConnectionOp[Unit] with Product with Serializable

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

    Permalink
  3. case class CreateArrayOf(a: String, b: Array[AnyRef]) extends ConnectionOp[Array] with Product with Serializable

    Permalink
  4. case class CreateStatement1(a: Int, b: Int) extends ConnectionOp[Statement] with Product with Serializable

    Permalink
  5. case class CreateStatement2(a: Int, b: Int, c: Int) extends ConnectionOp[Statement] with Product with Serializable

    Permalink
  6. case class CreateStruct(a: String, b: Array[AnyRef]) extends ConnectionOp[Struct] with Product with Serializable

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

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

    Permalink
  9. case class GetClientInfo1(a: String) extends ConnectionOp[String] with Product with Serializable

    Permalink
  10. case class IsValid(a: Int) extends ConnectionOp[Boolean] with Product with Serializable

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

    Permalink
  12. case class NativeSQL(a: String) extends ConnectionOp[String] with Product with Serializable

    Permalink
  13. case class PrepareCall(a: String) extends ConnectionOp[CallableStatement] with Product with Serializable

    Permalink
  14. case class PrepareCall1(a: String, b: Int, c: Int) extends ConnectionOp[CallableStatement] with Product with Serializable

    Permalink
  15. case class PrepareCall2(a: String, b: Int, c: Int, d: Int) extends ConnectionOp[CallableStatement] with Product with Serializable

    Permalink
  16. case class PrepareStatement(a: String) extends ConnectionOp[PreparedStatement] with Product with Serializable

    Permalink
  17. case class PrepareStatement1(a: String, b: Array[Int]) extends ConnectionOp[PreparedStatement] with Product with Serializable

    Permalink
  18. case class PrepareStatement2(a: String, b: Array[String]) extends ConnectionOp[PreparedStatement] with Product with Serializable

    Permalink
  19. case class PrepareStatement3(a: String, b: Int) extends ConnectionOp[PreparedStatement] with Product with Serializable

    Permalink
  20. case class PrepareStatement4(a: String, b: Int, c: Int) extends ConnectionOp[PreparedStatement] with Product with Serializable

    Permalink
  21. case class PrepareStatement5(a: String, b: Int, c: Int, d: Int) extends ConnectionOp[PreparedStatement] with Product with Serializable

    Permalink
  22. case class Raw[A](f: (Connection) ⇒ A) extends ConnectionOp[A] with Product with Serializable

    Permalink
  23. case class ReleaseSavepoint(a: Savepoint) extends ConnectionOp[Unit] with Product with Serializable

    Permalink
  24. case class Rollback1(a: Savepoint) extends ConnectionOp[Unit] with Product with Serializable

    Permalink
  25. case class SetAutoCommit(a: Boolean) extends ConnectionOp[Unit] with Product with Serializable

    Permalink
  26. case class SetCatalog(a: String) extends ConnectionOp[Unit] with Product with Serializable

    Permalink
  27. case class SetClientInfo(a: Properties) extends ConnectionOp[Unit] with Product with Serializable

    Permalink
  28. case class SetClientInfo1(a: String, b: String) extends ConnectionOp[Unit] with Product with Serializable

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

    Permalink
  30. case class SetNetworkTimeout(a: Executor, b: Int) extends ConnectionOp[Unit] with Product with Serializable

    Permalink
  31. case class SetReadOnly(a: Boolean) extends ConnectionOp[Unit] with Product with Serializable

    Permalink
  32. case class SetSavepoint1(a: String) extends ConnectionOp[Savepoint] with Product with Serializable

    Permalink
  33. case class SetSchema(a: String) extends ConnectionOp[Unit] with Product with Serializable

    Permalink
  34. case class SetTransactionIsolation(a: Int) extends ConnectionOp[Unit] with Product with Serializable

    Permalink
  35. case class SetTypeMap(a: Map[String, Class[_]]) extends ConnectionOp[Unit] with Product with Serializable

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

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

    Permalink
  5. object Close extends ConnectionOp[Unit] with Product with Serializable

    Permalink
  6. object Commit extends ConnectionOp[Unit] with Product with Serializable

    Permalink
  7. implicit val ConnectionOpEmbeddable: Embeddable[ConnectionOp, Connection]

    Permalink
  8. object CreateBlob extends ConnectionOp[Blob] with Product with Serializable

    Permalink
  9. object CreateClob extends ConnectionOp[Clob] with Product with Serializable

    Permalink
  10. object CreateNClob extends ConnectionOp[NClob] with Product with Serializable

    Permalink
  11. object CreateSQLXML extends ConnectionOp[SQLXML] with Product with Serializable

    Permalink
  12. object CreateStatement extends ConnectionOp[Statement] with Product with Serializable

    Permalink
  13. object GetAutoCommit extends ConnectionOp[Boolean] with Product with Serializable

    Permalink
  14. object GetCatalog extends ConnectionOp[String] with Product with Serializable

    Permalink
  15. object GetClientInfo extends ConnectionOp[Properties] with Product with Serializable

    Permalink
  16. object GetHoldability extends ConnectionOp[Int] with Product with Serializable

    Permalink
  17. object GetMetaData extends ConnectionOp[DatabaseMetaData] with Product with Serializable

    Permalink
  18. object GetNetworkTimeout extends ConnectionOp[Int] with Product with Serializable

    Permalink
  19. object GetSchema extends ConnectionOp[String] with Product with Serializable

    Permalink
  20. object GetTransactionIsolation extends ConnectionOp[Int] with Product with Serializable

    Permalink
  21. object GetTypeMap extends ConnectionOp[Map[String, Class[_]]] with Product with Serializable

    Permalink
  22. object GetWarnings extends ConnectionOp[SQLWarning] with Product with Serializable

    Permalink
  23. object IsClosed extends ConnectionOp[Boolean] with Product with Serializable

    Permalink
  24. object IsReadOnly extends ConnectionOp[Boolean] with Product with Serializable

    Permalink
  25. object Rollback extends ConnectionOp[Unit] with Product with Serializable

    Permalink
  26. object SetSavepoint extends ConnectionOp[Savepoint] with Product with Serializable

    Permalink
  27. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped