Object

doobie.free

connection

Related Doc: package free

Permalink

object connection

Annotations
@SuppressWarnings()
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 AsyncConnectionIO: Async[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 async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): ConnectionIO[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 finalize(): Unit

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

    Permalink
  28. val getCatalog: ConnectionIO[String]

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

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

    Permalink
  31. val getClientInfo: ConnectionIO[Properties]

    Permalink
  32. val getHoldability: ConnectionIO[Int]

    Permalink
  33. val getMetaData: ConnectionIO[DatabaseMetaData]

    Permalink
  34. val getNetworkTimeout: ConnectionIO[Int]

    Permalink
  35. val getSchema: ConnectionIO[String]

    Permalink
  36. val getTransactionIsolation: ConnectionIO[Int]

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

    Permalink
  38. val getWarnings: ConnectionIO[SQLWarning]

    Permalink
  39. def handleErrorWith[A](fa: ConnectionIO[A], f: (Throwable) ⇒ ConnectionIO[A]): ConnectionIO[A]

    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 nativeSQL(a: String): ConnectionIO[String]

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

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

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

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

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

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

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

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

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

    Permalink
  59. def pure[A](a: A): ConnectionIO[A]

    Permalink
  60. def raiseError[A](err: Throwable): ConnectionIO[A]

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

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

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

    Permalink
  64. val rollback: ConnectionIO[Unit]

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

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

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

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

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

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

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

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

    Permalink
  73. val setSavepoint: ConnectionIO[Savepoint]

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

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

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

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

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

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

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

    Permalink
  81. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped