Object

doobie.free

connection

Related Doc: package free

Permalink

object connection

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

Type Members

  1. type ConnectionIO[A] = Free[ConnectionOp, A]

    Permalink
  2. sealed trait ConnectionOp[A] extends AnyRef

    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. implicit val CatchableConnectionIO: Suspendable[ConnectionIO] with Catchable[ConnectionIO]

    Permalink
  5. object ConnectionOp

    Permalink
  6. def abort(a: Executor): ConnectionIO[Unit]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def attempt[A](fa: ConnectionIO[A]): ConnectionIO[Either[Throwable, A]]

    Permalink
  9. val clearWarnings: ConnectionIO[Unit]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val close: ConnectionIO[Unit]

    Permalink
  12. val commit: ConnectionIO[Unit]

    Permalink
  13. def createArrayOf(a: String, b: Array[AnyRef]): ConnectionIO[Array]

    Permalink
  14. val createBlob: ConnectionIO[Blob]

    Permalink
  15. val createClob: ConnectionIO[Clob]

    Permalink
  16. val createNClob: ConnectionIO[NClob]

    Permalink
  17. val createSQLXML: ConnectionIO[SQLXML]

    Permalink
  18. def createStatement(a: Int, b: Int, c: Int): ConnectionIO[Statement]

    Permalink
  19. def createStatement(a: Int, b: Int): ConnectionIO[Statement]

    Permalink
  20. val createStatement: ConnectionIO[Statement]

    Permalink
  21. def createStruct(a: String, b: Array[AnyRef]): ConnectionIO[Struct]

    Permalink
  22. def delay[A](a: ⇒ A): ConnectionIO[A]

    Permalink
  23. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[ConnectionOp, A]

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def fail[A](err: Throwable): ConnectionIO[A]

    Permalink
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. val getAutoCommit: ConnectionIO[Boolean]

    Permalink
  29. val getCatalog: ConnectionIO[String]

    Permalink
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def getClientInfo(a: String): ConnectionIO[String]

    Permalink
  32. val getClientInfo: ConnectionIO[Properties]

    Permalink
  33. val getHoldability: ConnectionIO[Int]

    Permalink
  34. val getMetaData: ConnectionIO[DatabaseMetaData]

    Permalink
  35. val getNetworkTimeout: ConnectionIO[Int]

    Permalink
  36. val getSchema: ConnectionIO[String]

    Permalink
  37. val getTransactionIsolation: ConnectionIO[Int]

    Permalink
  38. val getTypeMap: ConnectionIO[Map[String, Class[_]]]

    Permalink
  39. val getWarnings: ConnectionIO[SQLWarning]

    Permalink
  40. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  41. val isClosed: ConnectionIO[Boolean]

    Permalink
  42. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  43. val isReadOnly: ConnectionIO[Boolean]

    Permalink
  44. def isValid(a: Int): ConnectionIO[Boolean]

    Permalink
  45. def isWrapperFor(a: Class[_]): ConnectionIO[Boolean]

    Permalink
  46. def lift[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[ConnectionOp, A]

    Permalink
  47. def nativeSQL(a: String): ConnectionIO[String]

    Permalink
  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. def prepareCall(a: String, b: Int, c: Int, d: Int): ConnectionIO[CallableStatement]

    Permalink
  52. def prepareCall(a: String, b: Int, c: Int): ConnectionIO[CallableStatement]

    Permalink
  53. def prepareCall(a: String): ConnectionIO[CallableStatement]

    Permalink
  54. def prepareStatement(a: String, b: Int, c: Int, d: Int): ConnectionIO[PreparedStatement]

    Permalink
  55. def prepareStatement(a: String, b: Int, c: Int): ConnectionIO[PreparedStatement]

    Permalink
  56. def prepareStatement(a: String, b: Int): ConnectionIO[PreparedStatement]

    Permalink
  57. def prepareStatement(a: String, b: Array[String]): ConnectionIO[PreparedStatement]

    Permalink
  58. def prepareStatement(a: String, b: Array[Int]): ConnectionIO[PreparedStatement]

    Permalink
  59. def prepareStatement(a: String): ConnectionIO[PreparedStatement]

    Permalink
  60. def raw[A](f: (Connection) ⇒ A): ConnectionIO[A]

    Permalink
  61. def releaseSavepoint(a: Savepoint): ConnectionIO[Unit]

    Permalink
  62. def rollback(a: Savepoint): ConnectionIO[Unit]

    Permalink
  63. val rollback: ConnectionIO[Unit]

    Permalink
  64. def setAutoCommit(a: Boolean): ConnectionIO[Unit]

    Permalink
  65. def setCatalog(a: String): ConnectionIO[Unit]

    Permalink
  66. def setClientInfo(a: String, b: String): ConnectionIO[Unit]

    Permalink
  67. def setClientInfo(a: Properties): ConnectionIO[Unit]

    Permalink
  68. def setHoldability(a: Int): ConnectionIO[Unit]

    Permalink
  69. def setNetworkTimeout(a: Executor, b: Int): ConnectionIO[Unit]

    Permalink
  70. def setReadOnly(a: Boolean): ConnectionIO[Unit]

    Permalink
  71. def setSavepoint(a: String): ConnectionIO[Savepoint]

    Permalink
  72. val setSavepoint: ConnectionIO[Savepoint]

    Permalink
  73. def setSchema(a: String): ConnectionIO[Unit]

    Permalink
  74. def setTransactionIsolation(a: Int): ConnectionIO[Unit]

    Permalink
  75. def setTypeMap(a: Map[String, Class[_]]): ConnectionIO[Unit]

    Permalink
  76. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  78. val unit: ConnectionIO[Unit]

    Permalink
  79. def unwrap[T](a: Class[T]): ConnectionIO[T]

    Permalink
  80. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped